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 6601fbe commit 7b084dcCopy full SHA for 7b084dc
.github/actions/cargo-publish/action.yml
@@ -21,7 +21,7 @@ runs:
21
22
- name: Download artifacts
23
id: download-artifacts
24
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
25
with:
26
path:
27
${{ runner.temp }}/artifacts
.github/workflows/ci.yml
@@ -423,7 +423,7 @@ jobs:
423
424
ref: ${{ inputs.checkout-ref }}
425
- uses: ./.github/actions/setup-rust
426
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
427
428
path: ${{ runner.temp }}/artifacts
429
- name: Grab PR number
0 commit comments