mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Revert "build(deps): bump actions/{up, down}load-artifact from 3 to 4" (#1561)
Revert "build(deps): bump actions/{up, down}load-artifact from 3 to 4 (#1533)"
This reverts commit fea489032a
.
This commit is contained in:
parent
763885b3a5
commit
f5da25cc56
3 changed files with 19 additions and 19 deletions
8
.github/workflows/release-cli.yml
vendored
8
.github/workflows/release-cli.yml
vendored
|
@ -46,11 +46,11 @@ jobs:
|
|||
env:
|
||||
AGE_KEY_PUBLIC: ${{ vars.AGE_KEY_PUBLIC }}
|
||||
run: .github/scripts/ephemeral-gen.sh
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: minisign.pub
|
||||
path: minisign.pub
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: minisign.key.age
|
||||
path: minisign.key.age
|
||||
|
@ -79,7 +79,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: minisign.pub
|
||||
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
run: cargo publish --dry-run -p "$crate" --allow-dirty --no-default-features
|
||||
- if: fromJSON(inputs.info).is-release != 'true' && fromJSON(inputs.info).crate != ''
|
||||
name: Upload crate package as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: crate-package
|
||||
path: target/package/*.crate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue