Skip to content

Commit 2553645

Browse files
authored
ci(udeps): update upload/download-artifact to v4
1 parent 348dafb commit 2553645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/udeps.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
args: cargo-udeps --locked --force
8787

8888
- name: Upload udeps
89-
uses: actions/upload-artifact@v3
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: udeps
9292
path: '~/.cargo/bin/cargo-udeps'
@@ -147,7 +147,7 @@ jobs:
147147
tooling/bundler
148148
149149
- name: Download udeps
150-
uses: actions/download-artifact@v3
150+
uses: actions/download-artifact@v4
151151
with:
152152
name: udeps
153153
path: '~/.cargo/bin'

0 commit comments

Comments
 (0)