Skip to content

Commit 63c6233

Browse files
Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows (#167)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d30f2f6 commit 63c6233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
$binary --version
130130
131131
- name: Download latest coverage report for coverage-reporter from ci.yml
132-
uses: dawidd6/action-download-artifact@v3
132+
uses: dawidd6/action-download-artifact@v6
133133
with:
134134
github_token: ${{secrets.GITHUB_TOKEN}}
135135
workflow: ci.yml
@@ -177,7 +177,7 @@ jobs:
177177
qemu-aarch64 $binary --version
178178
179179
- name: Download latest coverage report for coverage-reporter from ci.yml
180-
uses: dawidd6/action-download-artifact@v3
180+
uses: dawidd6/action-download-artifact@v6
181181
with:
182182
github_token: ${{secrets.GITHUB_TOKEN}}
183183
workflow: ci.yml

0 commit comments

Comments
 (0)