Skip to content

Commit

Permalink
Merge branch 'main' into renovate/actions-download-artifact-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
admdly authored Dec 15, 2023
2 parents 3091206 + 936c0bb commit 5e6b6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ 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/*
Expand Down

0 comments on commit 5e6b6b8

Please sign in to comment.