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 237c13c commit 0536f61Copy full SHA for 0536f61
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
mv ./release/joysticktester.deb ./release/joysticktester_linux_x64.deb
48
49
- name: Upload release artifacts
50
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
51
with:
52
name: release-artifacts
53
path: ./release/
@@ -65,7 +65,7 @@ jobs:
65
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
66
67
- name: Download release artifacts
68
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
69
70
71
0 commit comments