Skip to content

Commit 6a36edd

Browse files
Bump actions/download-artifact from 5 to 6 (#285)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a000658 commit 6a36edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/configure-pages@v5
4242

4343
- name: Download docs artifact
44-
uses: actions/download-artifact@v5
44+
uses: actions/download-artifact@v6
4545
with:
4646
name: webpage
4747
path: "./public"

.github/workflows/publish_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- build
8686
steps:
8787
- name: Download digests
88-
uses: actions/download-artifact@v5
88+
uses: actions/download-artifact@v6
8989
with:
9090
path: ${{ runner.temp }}/digests
9191
pattern: digests-*

0 commit comments

Comments
 (0)