Skip to content

Commit

Permalink
Update github actions to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Jan 19, 2025
1 parent c339ec6 commit 0a6c57d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lv_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Checkout

- name: Checkout source files
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -68,13 +68,13 @@ jobs:
cmake --build build_lv_sim
- name: Upload simulator executable
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: infinisim
path: build_lv_sim/infinisim

- name: Upload littlefs-do executable
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: littlefs-do
path: build_lv_sim/littlefs-do

0 comments on commit 0a6c57d

Please sign in to comment.