Skip to content

Commit 1f03ace

Browse files
chore(deps): update github artifact actions (#223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b91a5df commit 1f03ace

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: cargo +nightly test --all-features --locked --release
8585

8686
- name: Upload visual snapshot diffs
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
if: always()
8989
with:
9090
name: visual-snapshots-diff

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
working-directory: book
6969

7070
- name: Upload artifact
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: book
7474
path: book/dist
@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393

9494
- name: Download artifacts
95-
uses: actions/download-artifact@v5
95+
uses: actions/download-artifact@v6
9696
with:
9797
path: dist
9898
merge-multiple: true

0 commit comments

Comments
 (0)