Skip to content

Commit cf911f5

Browse files
Bump actions' versions
1 parent 0338467 commit cf911f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Cache downloads
11-
uses: actions/cache@v1
11+
uses: actions/cache@v4
1212
with:
1313
path: dl/
1414
key: dl
@@ -19,7 +19,7 @@ jobs:
1919
cd buildroot
2020
make BR2_EXTERNAL=$PWD/.. thirtythreeforty_businesscard_defconfig
2121
make
22-
- uses: actions/upload-artifact@v1
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: flash.bin
2525
path: buildroot/output/images/flash.bin

0 commit comments

Comments
 (0)