Skip to content

Commit 9e40d17

Browse files
build(deps): bump actions/download-artifact from 7 to 8 (#178)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 c7756b7 commit 9e40d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
username: ${{ secrets.GHCR_REGISTRY_USER }}
271271
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
272272
- name: Download all digest artifacts
273-
uses: actions/download-artifact@v7
273+
uses: actions/download-artifact@v8
274274
with:
275275
path: /tmp/digests
276276
pattern: base-${{ matrix.BUILD_IMAGE }}-*-digest
@@ -582,7 +582,7 @@ jobs:
582582
username: ${{ secrets.GHCR_REGISTRY_USER }}
583583
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
584584
- name: Download all digest artifacts
585-
uses: actions/download-artifact@v7
585+
uses: actions/download-artifact@v8
586586
with:
587587
path: /tmp/digests
588588
pattern: eic-${{ matrix.ENV }}-*-digest

0 commit comments

Comments
 (0)