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 3f07e14 commit 7ef0cbdCopy full SHA for 7ef0cbd
.github/workflows/cifuzz.yaml
@@ -19,7 +19,7 @@ jobs:
19
dry-run: false
20
language: jvm
21
- name: Upload Crash
22
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
23
if: failure() && steps.build.outcome == 'success'
24
with:
25
name: artifacts
.github/workflows/tag-and-build-release.yaml
@@ -68,7 +68,7 @@ jobs:
68
sha256sum ./*
69
70
- name: Upload build artifacts
71
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
72
73
name: project-release-artifacts
74
path: ./sigstore-java/build/release/
0 commit comments