We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0338467 commit cf911f5Copy full SHA for cf911f5
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- name: Cache downloads
11
- uses: actions/cache@v1
+ uses: actions/cache@v4
12
with:
13
path: dl/
14
key: dl
@@ -19,7 +19,7 @@ jobs:
19
cd buildroot
20
make BR2_EXTERNAL=$PWD/.. thirtythreeforty_businesscard_defconfig
21
make
22
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
23
24
name: flash.bin
25
path: buildroot/output/images/flash.bin
0 commit comments