Skip to content

Commit 5e57995

Browse files
chore(deps): update github artifact actions
1 parent e14ec03 commit 5e57995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
$binary = "target/${{ matrix.target }}/release/qv.exe"
116116
Compress-Archive -Path $binary -DestinationPath $package -Force
117117
- name: Upload packaged binary
118-
uses: actions/upload-artifact@v6
118+
uses: actions/upload-artifact@v7
119119
with:
120120
name: qv-${{ matrix.target }}
121121
path: qv-${{ matrix.target }}.*
@@ -127,7 +127,7 @@ jobs:
127127
needs: build-binaries
128128
steps:
129129
- name: Download packaged binaries
130-
uses: actions/download-artifact@v7
130+
uses: actions/download-artifact@v8
131131
with:
132132
pattern: qv-*
133133
merge-multiple: true

0 commit comments

Comments
 (0)