Skip to content

Commit

Permalink
artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Andykmcc committed May 17, 2024
1 parent 4af0b7f commit ed9fb22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: digests
path: /tmp/digests/*
separate-directories: true
if-no-files-found: error
retention-days: 1

Expand All @@ -79,7 +80,7 @@ jobs:
- build-and-push-image
steps:
- name: Download digests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: digests
path: /tmp/digests
Expand Down

0 comments on commit ed9fb22

Please sign in to comment.