Skip to content

Commit f567ce0

Browse files
Bump actions/download-artifact from 7 to 8
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>
1 parent 68d75ec commit f567ce0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-status.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@v6
7979

8080
- name: "Download artifact"
81-
uses: actions/download-artifact@v7
81+
uses: actions/download-artifact@v8
8282
with:
8383
name: coverage-reports
8484

@@ -105,7 +105,7 @@ jobs:
105105
if: always()
106106
steps:
107107
- name: 'Download artifact'
108-
uses: actions/download-artifact@v7
108+
uses: actions/download-artifact@v8
109109
with:
110110
name: benchmark-results
111111

.github/workflows/publish-pr-coverage-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: 'Download artifact'
21-
uses: actions/download-artifact@v7
21+
uses: actions/download-artifact@v8
2222
with:
2323
name: coverage-reports
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-pr-test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: 'Download artifact'
21-
uses: actions/download-artifact@v7
21+
uses: actions/download-artifact@v8
2222
with:
2323
name: unit-test-results
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/report-benchmark-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github.event.workflow_run.conclusion == 'failure' ) }}
1818
steps:
1919
- name: 'Download artifact'
20-
uses: actions/download-artifact@v7
20+
uses: actions/download-artifact@v8
2121
with:
2222
name: benchmark-results
2323
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)