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.
2 parents eae7dc3 + 40537cd commit 5db1a7eCopy full SHA for 5db1a7e
.github/workflows/release.yml
@@ -124,7 +124,7 @@ jobs:
124
touch "/tmp/digests/${digest#sha256:}"
125
126
- name: 🔼 Upload Digest
127
- uses: actions/upload-artifact@v4 # https://github.com/actions/upload-artifact
+ uses: actions/upload-artifact@v5 # https://github.com/actions/upload-artifact
128
with:
129
name: digest-${{ matrix.config.folder }}
130
path: /tmp/digests/*
0 commit comments