Skip to content

Commit 8146ddb

Browse files
chore(deps): update github artifact actions
1 parent 564ae3b commit 8146ddb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: cargo build --release --features=unstable,channel-api --bin=rav1e-ch
2929

3030
- name: Upload rav1e-ch msvc binary (unstable)
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v7
3232
with:
3333
name: rav1e-ch (unstable) (AVX2)
3434
path: target/release/rav1e-ch.exe
@@ -147,22 +147,22 @@ jobs:
147147
148148
- name: Upload rav1e msvc binary
149149
if: matrix.conf == 'msvc'
150-
uses: actions/upload-artifact@v4
150+
uses: actions/upload-artifact@v7
151151
with:
152152
name: rav1e (Windows-${{ matrix.name }})
153153
path: target/${{ matrix.profile }}/rav1e.exe
154154

155155
- name: Upload pre-release binaries
156156
if: >
157157
startsWith(github.ref, 'refs/tags/p') || github.event_name == 'schedule'
158-
uses: actions/upload-artifact@v4
158+
uses: actions/upload-artifact@v7
159159
with:
160160
name: librav1e (Windows-${{ matrix.name }})
161161
path: rav1e-windows-${{ matrix.name }}.zip
162162

163163
- name: Upload release binaries
164164
if: startsWith(github.ref, 'refs/tags/v')
165-
uses: actions/upload-artifact@v4
165+
uses: actions/upload-artifact@v7
166166
with:
167167
name: rav1e ${{ steps.tagName.outputs.version }} (Windows-${{ matrix.name }})
168168
path: rav1e-${{ steps.tagName.outputs.version }}-windows-${{ matrix.name }}.zip
@@ -328,7 +328,7 @@ jobs:
328328
startsWith(github.ref, 'refs/tags/p') ||
329329
startsWith(github.ref, 'refs/tags/v') ||
330330
github.event_name == 'schedule'
331-
uses: actions/upload-artifact@v4
331+
uses: actions/upload-artifact@v7
332332
with:
333333
name: ${{ env.ARTIFACT_NAME }}
334334
path: ${{ env.ARTIFACT_FILE }}
@@ -438,7 +438,7 @@ jobs:
438438
startsWith(github.ref, 'refs/tags/p') ||
439439
startsWith(github.ref, 'refs/tags/v') ||
440440
github.event_name == 'schedule'
441-
uses: actions/upload-artifact@v4
441+
uses: actions/upload-artifact@v7
442442
with:
443443
name: ${{ env.ARTIFACT_NAME }}
444444
path: ${{ env.ARTIFACT_FILE }}
@@ -452,7 +452,7 @@ jobs:
452452
- uses: actions/checkout@v4
453453

454454
- name: Download artifacts
455-
uses: actions/download-artifact@v4
455+
uses: actions/download-artifact@v8
456456

457457
- name: Install Rust stable
458458
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)