We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51388b9 commit b1df96fCopy full SHA for b1df96f
2 files changed
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
run: cargo test --all-features --locked --release
82
83
- name: Upload visual snapshot diffs
84
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
85
if: always()
86
with:
87
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@v6
+ uses: actions/download-artifact@v7
96
97
path: dist
98
merge-multiple: true
0 commit comments