mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
build(deps): bump actions/download-artifact from 7 to 8 (#5985)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
59cb7a8338
commit
7bac9f75fa
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -602,7 +602,7 @@ jobs:
|
|||
run: sudo apt-get --assume-yes install python3-wheel python3-setuptools python3-pip
|
||||
- name: Install meson and ninja
|
||||
run: sudo pip3 install meson ninja PyYAML
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: rizin-src.tar.xz
|
||||
- name: Extract source tarball
|
||||
|
|
@ -793,7 +793,7 @@ jobs:
|
|||
env:
|
||||
RZPIPE_TESTS: "rz-pipe-py rz-pipe-go"
|
||||
steps:
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: rizin-src.tar.xz
|
||||
- name: Extract source tarball
|
||||
|
|
@ -820,7 +820,7 @@ jobs:
|
|||
needs: [ test-tarball ]
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: rizin-src.tar.xz
|
||||
- name: Extract source tarball
|
||||
|
|
@ -864,7 +864,7 @@ jobs:
|
|||
runs-on: ${{ matrix.system }}
|
||||
needs: [ build-macos-pkg ]
|
||||
steps:
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: rizin.pkg
|
||||
path: ./
|
||||
|
|
@ -902,7 +902,7 @@ jobs:
|
|||
shell: pwsh
|
||||
run: echo "branch=$(python sys/version.py)" >> $Env:GITHUB_OUTPUT
|
||||
id: extract_version
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: rizin_installer-${{ matrix.name }}-${{ steps.extract_version.outputs.branch }}
|
||||
path: ./
|
||||
|
|
@ -957,7 +957,7 @@ jobs:
|
|||
- name: Extract rizin version
|
||||
run: echo "branch=$(python sys/version.py)" >> $GITHUB_OUTPUT
|
||||
id: extract_version
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
- name: Rename artifacts for release
|
||||
run: |
|
||||
mv ./rizin-src.tar.xz/rizin-src.tar.xz rizin-src-${{ steps.extract_version.outputs.branch }}.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue