Skip to content

Commit 0d26cb6

Browse files
dependabot[bot]milkshakeuk
authored andcommitted
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9aa0827 commit 0d26cb6

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@v5
7979

8080
- name: "Download artifact"
81-
uses: actions/download-artifact@v5
81+
uses: actions/download-artifact@v6
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@v5
108+
uses: actions/download-artifact@v6
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@v5
21+
uses: actions/download-artifact@v6
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@v5
21+
uses: actions/download-artifact@v6
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@v5
20+
uses: actions/download-artifact@v6
2121
with:
2222
name: benchmark-results
2323
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)