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 b34eeb4 commit 4d24515Copy full SHA for 4d24515
1 file changed
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
mv ./release/joysticktester.deb ./release/joysticktester_linux_x64.deb
52
53
- name: Upload release artifacts
54
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
55
with:
56
name: release-artifacts
57
path: ./release/
@@ -73,7 +73,7 @@ jobs:
73
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
75
- name: Download release artifacts
76
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
77
78
79
0 commit comments