Skip to content

Commit 8aaec5c

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37cd8f0 commit 8aaec5c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/linux-gcc-musl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fetch-depth: 0
7171

7272
- name: Download artifacts
73-
uses: actions/download-artifact@v6
73+
uses: actions/download-artifact@v7
7474
with:
7575
name: ${{ matrix.arch }}
7676

.github/workflows/linux-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
fetch-depth: 0
121121

122122
- name: Download artifacts
123-
uses: actions/download-artifact@v6
123+
uses: actions/download-artifact@v7
124124
with:
125125
name: ${{ matrix.arch }}
126126

.github/workflows/linux-llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565

6666
- name: Download artifacts
67-
uses: actions/download-artifact@v6
67+
uses: actions/download-artifact@v7
6868
with:
6969
name: ${{ matrix.arch }}
7070

.github/workflows/linux-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fetch-depth: 0
6969

7070
- name: Download artifacts
71-
uses: actions/download-artifact@v6
71+
uses: actions/download-artifact@v7
7272
with:
7373
name: ${{ matrix.arch }}
7474

.github/workflows/macos-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Download artifacts
96-
uses: actions/download-artifact@v6
96+
uses: actions/download-artifact@v7
9797
with:
9898
name: ${{ matrix.arch }}
9999

.github/workflows/windows-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fetch-depth: 0
8080

8181
- name: Download artifacts
82-
uses: actions/download-artifact@v6
82+
uses: actions/download-artifact@v7
8383
with:
8484
name: ${{ matrix.arch }}
8585

.github/workflows/windows-vs2022.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 0
7070

7171
- name: Download artifacts
72-
uses: actions/download-artifact@v6
72+
uses: actions/download-artifact@v7
7373
with:
7474
name: ${{ matrix.arch }}
7575

0 commit comments

Comments
 (0)