Skip to content

Commit 4e6a0ca

Browse files
build(deps): bump actions/download-artifact from 5 to 6 (#5440)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a60db48 commit 4e6a0ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
rm -rf coverage
6969
mkdir coverage
7070
- name: Download coverage report artifact
71-
uses: actions/download-artifact@v5
71+
uses: actions/download-artifact@v6
7272
with:
7373
name: snapcraftio-coverage
7474
path: coverage
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v5
113113

114114
- name: Download coverage report artifact
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v6
116116
with:
117117
name: snapcraftio-coverage
118118
path: coverage

0 commit comments

Comments
 (0)