mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +02:00
Merge pull request #929 from dockcross/dependabot/github_actions/actions/download-artifact-8
build(deps): bump actions/download-artifact from 7 to 8
This commit is contained in:
@@ -1387,7 +1387,7 @@ jobs:
|
||||
run: |
|
||||
echo "HOST_ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/')" >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: cache
|
||||
path: ./cache
|
||||
@@ -1395,7 +1395,7 @@ jobs:
|
||||
- name: load base
|
||||
run: xz -d -k < ./cache/base.tar.xz | docker import - dockcross/base:latest
|
||||
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: cache-${{ matrix.os }}
|
||||
path: ./cache
|
||||
@@ -1587,13 +1587,13 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: download ${{ matrix.image_name }}-amd64
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: cache-${{ matrix.image_name }}-amd64
|
||||
path: ./cache-${{ matrix.image_name }}-amd64
|
||||
|
||||
- name: download ${{ matrix.image_name }}-arm64
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: cache-${{ matrix.image_name }}-arm64
|
||||
path: ./cache-${{ matrix.image_name }}-arm64
|
||||
|
||||
Reference in New Issue
Block a user