Skip to content

Commit 5d24b9b

Browse files
dependabot[bot]mborgerson
authored andcommitted
ci: bump actions/download-artifact from 7.0.0 to 8.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbc8163 commit 5d24b9b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
key: cache-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-${{ github.sha }}
6262
restore-keys: cache-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-
6363
- name: Download source package
64-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
64+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
6565
with:
6666
name: src
6767
- name: Extract source package

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
LTO_CACHE_DIR: ${{ github.workspace }}/xemu-lto-cache
2525
steps:
2626
- name: Download source package
27-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
27+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
2828
with:
2929
name: src
3030
- name: Extract source package
@@ -101,7 +101,7 @@ jobs:
101101
configuration: [debug, release]
102102
steps:
103103
- name: Download architecture-specific builds
104-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
104+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
105105
with:
106106
pattern: "xemu-macos-*-${{ matrix.configuration }}"
107107
merge-multiple: true

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
CROSSAR: ${{ matrix.arch == 'arm64' && 'aarch64' || 'x86_64' }}-w64-mingw32.static-${{ matrix.arch == 'arm64' && 'ar' || 'gcc-ar' }}
3030
steps:
3131
- name: Download source package
32-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
32+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
3333
with:
3434
name: src
3535
- name: Install zstd
@@ -93,7 +93,7 @@ jobs:
9393
configuration: [debug, release]
9494
steps:
9595
- name: Download artifacts
96-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
96+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
9797
with:
9898
name: xemu-windows-${{ matrix.arch }}-${{ matrix.configuration }}
9999
path: dist

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
GH_TOKEN: ${{ github.token }}
4747
run: python3 .github/scripts/gen-changelog.py --ref ${{ inputs.ref }} -o CHANGELOG.md
4848
- name: Download artifacts
49-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
49+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
5050
with:
5151
path: dist
5252
merge-multiple: true

0 commit comments

Comments
 (0)