We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3be256 commit 4f074b1Copy full SHA for 4f074b1
.github/workflows/build-publish-image.yml
@@ -88,7 +88,7 @@ jobs:
88
touch "/tmp/digests/${digest#sha256:}"
89
90
- name: Upload digest
91
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
92
with:
93
name: digests
94
path: /tmp/digests/*
0 commit comments