We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01061ab commit 213f6abCopy full SHA for 213f6ab
.github/workflows/pr.yml
@@ -19,7 +19,7 @@ jobs:
19
CROSS_TC=arm-kobo-linux-gnueabihf DOCKERFILE=Dockerfile.kobo FBINK=1 TARGET=kobo make docker
20
TARGET=rm make docker
21
22
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
23
with:
24
name: artifacts
25
path: artifacts/
.github/workflows/stable-release.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Upload artifacts
69
if: ${{ env.ssh_host == '' }}
70
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
71
72
73
0 commit comments