Skip to content

Commit 909c3fb

Browse files
ci(deps): bump dawidd6/action-download-artifact from 9 to 10 (#3900)
* ci(deps): bump dawidd6/action-download-artifact from 9 to 10 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v9...v10) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * changeset --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk>
1 parent 8c19d93 commit 909c3fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/smooth-papayas-stick.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
chore: updated GitHub action `download-artifact` from `9` to `10`

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
path: coverage/report
192192

193193
- name: Download Master Coverage Artifact
194-
uses: dawidd6/action-download-artifact@v9
194+
uses: dawidd6/action-download-artifact@v10
195195
if: ${{ steps.findPr.outputs.number }}
196196
with:
197197
workflow: test.yaml

0 commit comments

Comments
 (0)