We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a1480 commit d344e55Copy full SHA for d344e55
1 file changed
.github/workflows/binaries.yml
@@ -115,7 +115,7 @@ jobs:
115
$binary = "target/${{ matrix.target }}/release/qv.exe"
116
Compress-Archive -Path $binary -DestinationPath $package -Force
117
- name: Upload packaged binary
118
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
119
with:
120
name: qv-${{ matrix.target }}
121
path: qv-${{ matrix.target }}.*
@@ -127,7 +127,7 @@ jobs:
127
needs: build-binaries
128
steps:
129
- name: Download packaged binaries
130
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
131
132
pattern: qv-*
133
merge-multiple: true
0 commit comments