mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +02:00
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -1322,7 +1322,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "HOST_ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/')" >> $GITHUB_ENV
|
echo "HOST_ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/')" >> $GITHUB_ENV
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: cache
|
name: cache
|
||||||
path: ./cache
|
path: ./cache
|
||||||
@@ -1330,7 +1330,7 @@ jobs:
|
|||||||
- name: load base
|
- name: load base
|
||||||
run: xz -d -k < ./cache/base.tar.xz | docker import - dockcross/base:latest
|
run: xz -d -k < ./cache/base.tar.xz | docker import - dockcross/base:latest
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: cache-${{ matrix.os }}
|
name: cache-${{ matrix.os }}
|
||||||
path: ./cache
|
path: ./cache
|
||||||
@@ -1521,13 +1521,13 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: download ${{ matrix.image_name }}-amd64
|
- name: download ${{ matrix.image_name }}-amd64
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: cache-${{ matrix.image_name }}-amd64
|
name: cache-${{ matrix.image_name }}-amd64
|
||||||
path: ./cache-${{ matrix.image_name }}-amd64
|
path: ./cache-${{ matrix.image_name }}-amd64
|
||||||
|
|
||||||
- name: download ${{ matrix.image_name }}-arm64
|
- name: download ${{ matrix.image_name }}-arm64
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: cache-${{ matrix.image_name }}-arm64
|
name: cache-${{ matrix.image_name }}-arm64
|
||||||
path: ./cache-${{ matrix.image_name }}-arm64
|
path: ./cache-${{ matrix.image_name }}-arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user