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 f6633f3 commit bf4dc78Copy full SHA for bf4dc78
1 file changed
.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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.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@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
69
70
71
0 commit comments