We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91a5df commit 1f03aceCopy full SHA for 1f03ace
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
run: cargo +nightly test --all-features --locked --release
85
86
- name: Upload visual snapshot diffs
87
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
88
if: always()
89
with:
90
name: visual-snapshots-diff
.github/workflows/website.yml
@@ -68,7 +68,7 @@ jobs:
68
working-directory: book
69
70
- name: Upload artifact
71
72
73
name: book
74
path: book/dist
@@ -92,7 +92,7 @@ jobs:
92
fetch-depth: 0
93
94
- name: Download artifacts
95
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
96
97
path: dist
98
merge-multiple: true
0 commit comments