Skip to content

Commit f360582

Browse files
Bump actions/download-artifact from 7 to 8 (#1297)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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>
1 parent 329caee commit f360582

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: always()
109109
steps:
110110
- name: "Download report"
111-
uses: actions/download-artifact@v7
111+
uses: actions/download-artifact@v8
112112
with:
113113
name: report-master
114114
path: _report

.github/workflows/scan-for-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/checkout@v6
123123

124124
- name: "Download metadata from previous job"
125-
uses: actions/download-artifact@v7
125+
uses: actions/download-artifact@v8
126126
with:
127127
name: metadata
128128

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
echo "c++ -march=native: $(tools/compiler_arch.sh c++)"
265265
266266
- name: "Download GAP from previous job"
267-
uses: actions/download-artifact@v7
267+
uses: actions/download-artifact@v8
268268
with:
269269
name: gap-${{ needs.build.outputs.artifact }}
270270

.github/workflows/update-latest-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: python -m pip install -r tools/requirements.txt
4242

4343
- name: "Download report"
44-
uses: actions/download-artifact@v7
44+
uses: actions/download-artifact@v8
4545
with:
4646
name: report-${{ github.event.inputs.which-gap || inputs.which-gap }}
4747
path: _report

0 commit comments

Comments
 (0)