Skip to content

Commit 55c2e64

Browse files
renovate[bot]vlsi
authored andcommitted
Update actions/upload-artifact action
1 parent 29b0bf6 commit 55c2e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cifuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dry-run: false
2020
language: jvm
2121
- name: Upload Crash
22-
uses: actions/upload-artifact@v1
22+
uses: actions/upload-artifact@v3
2323
if: failure() && steps.build.outcome == 'success'
2424
with:
2525
name: artifacts

.github/workflows/tag-and-build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
sha256sum ./*
6969
7070
- name: Upload build artifacts
71-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
71+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
7272
with:
7373
name: project-release-artifacts
7474
path: ./sigstore-java/build/release/

0 commit comments

Comments
 (0)