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.
2 parents 7b29840 + ef54519 commit b818e2fCopy full SHA for b818e2f
.github/workflows/aur-release.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Download binary
28
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v4.1.7
29
with:
30
name: egpu-switcher-amd64
31
path: ./download
.github/workflows/github-release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
19
20
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v4.1.7
21
22
name: ${{ inputs.binary }}
23
0 commit comments