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 ff78079 commit 1981f79Copy full SHA for 1981f79
.github/workflows/build.yaml
@@ -182,7 +182,7 @@ jobs:
182
# https://github.com/sigstore/cosign-installer
183
- name: Install cosign
184
if: github.event_name != 'pull_request'
185
- uses: sigstore/cosign-installer@v2.5.1
+ uses: sigstore/cosign-installer@v2.6.0
186
187
188
# Workaround: https://github.com/docker/build-push-action/issues/461
@@ -291,7 +291,7 @@ jobs:
291
runs-on: ubuntu-latest
292
steps:
293
294
295
- name: Download executables
296
uses: actions/download-artifact@v3
297
with:
0 commit comments