Skip to content

Commit 7ef0cbd

Browse files
renovate[bot]vlsi
authored andcommitted
chore(deps): update actions/upload-artifact action to v4
1 parent 3f07e14 commit 7ef0cbd

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@v3
22+
uses: actions/upload-artifact@v4
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
71+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
7272
with:
7373
name: project-release-artifacts
7474
path: ./sigstore-java/build/release/

0 commit comments

Comments
 (0)