Skip to content

Commit dece132

Browse files
Bump actions/download-artifact from 5 to 6
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>
1 parent 7976783 commit dece132

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
fetch-depth: 0
6464
- name: Restore docker image
65-
uses: actions/download-artifact@v5
65+
uses: actions/download-artifact@v6
6666
with:
6767
name: docker
6868
path: ${{ env.IMAGE }}
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
fetch-depth: 0
107107
- name: Restore docker image
108-
uses: actions/download-artifact@v5
108+
uses: actions/download-artifact@v6
109109
with:
110110
name: docker
111111
path: ${{ env.IMAGE }}
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
fetch-depth: 0
143143
- name: Restore docker image
144-
uses: actions/download-artifact@v5
144+
uses: actions/download-artifact@v6
145145
with:
146146
name: docker
147147
path: ${{ env.IMAGE }}

0 commit comments

Comments
 (0)