Skip to content

Commit

Permalink
migrate actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed May 3, 2024
1 parent 5d61e86 commit 1c7b44b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Upload Digest
uses: actions/upload-artifact@v4.3.3
with:
name: digests
name: digests-${{ matrix.platform }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -101,8 +101,9 @@ jobs:
- name: Download Digest
uses: actions/download-artifact@v4.1.7
with:
name: digests
path: /tmp/digests
pattern: digests-*
merge-multiple: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
Expand Down

0 comments on commit 1c7b44b

Please sign in to comment.