Skip to content

Commit b1df96f

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: cargo test --all-features --locked --release
8282

8383
- name: Upload visual snapshot diffs
84-
uses: actions/upload-artifact@v5
84+
uses: actions/upload-artifact@v6
8585
if: always()
8686
with:
8787
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@v5
71+
uses: actions/upload-artifact@v6
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@v6
95+
uses: actions/download-artifact@v7
9696
with:
9797
path: dist
9898
merge-multiple: true

0 commit comments

Comments
 (0)