Skip to content

Commit

Permalink
Merge pull request #168 from jmlich/main
Browse files Browse the repository at this point in the history
Update github actions to new version
  • Loading branch information
NeroBurner authored Jan 19, 2025
2 parents c339ec6 + 0a6c57d commit 242a10c
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 242a10c

Please sign in to comment.