Skip to content

Commit d758211

Browse files
chore(deps): update github actions (major) (#133)
1 parent 5ed74a0 commit d758211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
restack
117117
118118
- name: Upload archive
119-
uses: actions/upload-artifact@v4
119+
uses: actions/upload-artifact@v5
120120
with:
121121
name: restack-${{ matrix.slug }}
122122
path: restack-*.tar.gz
@@ -153,7 +153,7 @@ jobs:
153153
toolchain: ${{ steps.rust-toolchain.outputs.value }}
154154

155155
- name: Download archives
156-
uses: actions/download-artifact@v5
156+
uses: actions/download-artifact@v6
157157
with:
158158
path: .
159159
pattern: restack-*

0 commit comments

Comments
 (0)