Skip to content

Commit 137b48a

Browse files
renovate[bot]vlsi
authored andcommitted
chore(deps): update actions/download-artifact action to v4
1 parent e9bccdf commit 137b48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ jobs:
9393
contents: write
9494
steps:
9595
- name: Download attestation
96-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
96+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
9797
with:
9898
name: "${{ needs.provenance.outputs.attestation-name }}"
9999
path: ./release/
100100
- name: Download gradle release artifacts
101-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
101+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
102102
with:
103103
name: project-release-artifacts
104104
path: ./release/

0 commit comments

Comments
 (0)