Skip to content

Commit a0df599

Browse files
renovate[bot]vlsi
authored andcommitted
chore(deps): update actions/upload-artifact action to v4.3.1
1 parent e3d4aed commit a0df599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-sigstore-gradle-plugin-from-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "hashes=$(sha256sum ./* | base64 -w0)" >> $GITHUB_OUTPUT
7171
7272
- name: Upload build artifacts
73-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
73+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
7474
with:
7575
name: project-release-artifacts
7676
path: ./slsa-files

.github/workflows/release-sigstore-java-from-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "hashes=$(sha256sum ./* | base64 -w0)" >> $GITHUB_OUTPUT
6969
7070
- name: Upload build artifacts
71-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
71+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
7272
with:
7373
name: project-release-artifacts
7474
path: ./slsa-files

0 commit comments

Comments
 (0)