Skip to content

Commit 242a10c

Browse files
authored
Merge pull request #168 from jmlich/main
Update github actions to new version
2 parents c339ec6 + 0a6c57d commit 242a10c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lv_sim.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Checkout
4747

4848
- name: Checkout source files
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v4
5050
with:
5151
submodules: recursive
5252

@@ -68,13 +68,13 @@ jobs:
6868
cmake --build build_lv_sim
6969
7070
- name: Upload simulator executable
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: infinisim
7474
path: build_lv_sim/infinisim
7575

7676
- name: Upload littlefs-do executable
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: littlefs-do
8080
path: build_lv_sim/littlefs-do

0 commit comments

Comments
 (0)