Skip to content

Commit 00acd34

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fd5a8e commit 00acd34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
needs: build
7676
steps:
7777
- name: Download artifact
78-
uses: actions/download-artifact@v6
78+
uses: actions/download-artifact@v7
7979
with:
8080
name: ${{ env.ARTIFACT_NAME }}_lint
8181
path: /tmp/
@@ -95,7 +95,7 @@ jobs:
9595
needs: build
9696
steps:
9797
- name: Download artifact
98-
uses: actions/download-artifact@v6
98+
uses: actions/download-artifact@v7
9999
with:
100100
name: ${{ env.ARTIFACT_NAME }}_test
101101
path: /tmp/
@@ -169,7 +169,7 @@ jobs:
169169
security-events: write
170170
steps:
171171
- name: Download artifact
172-
uses: actions/download-artifact@v6
172+
uses: actions/download-artifact@v7
173173
with:
174174
name: ${{ env.ARTIFACT_NAME }}_prod
175175
path: /tmp/

0 commit comments

Comments
 (0)