Skip to content

Commit 7b084dc

Browse files
committed
update download/upload artifact
1 parent 6601fbe commit 7b084dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/cargo-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121

2222
- name: Download artifacts
2323
id: download-artifacts
24-
uses: actions/download-artifact@v3
24+
uses: actions/download-artifact@v4
2525
with:
2626
path:
2727
${{ runner.temp }}/artifacts

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ jobs:
423423
with:
424424
ref: ${{ inputs.checkout-ref }}
425425
- uses: ./.github/actions/setup-rust
426-
- uses: actions/download-artifact@v3
426+
- uses: actions/download-artifact@v4
427427
with:
428428
path: ${{ runner.temp }}/artifacts
429429
- name: Grab PR number

0 commit comments

Comments
 (0)