Skip to content

Commit 0fbbd06

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#36)
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 552e56b commit 0fbbd06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737

3838
- name: Download rendered manifests
39-
uses: actions/download-artifact@v5
39+
uses: actions/download-artifact@v6
4040
with:
4141
name: manifests
4242
path: manifests/
@@ -64,7 +64,7 @@ jobs:
6464
run: echo ::set-output name=REPO::${GITHUB_REPOSITORY##*/}
6565

6666
- name: Download rendered manifests
67-
uses: actions/download-artifact@v5
67+
uses: actions/download-artifact@v6
6868
with:
6969
name: manifests
7070
path: manifests/

0 commit comments

Comments
 (0)