Skip to content

Commit a85a368

Browse files
renovate[bot]vlsi
authored andcommitted
chore(deps): update actions/download-artifact action to v4.1.1
1 parent c8f7690 commit a85a368

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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
96+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
9797
with:
9898
name: "${{ needs.provenance.outputs.attestation-name }}"
9999
path: ./release/
100100
- name: Download gradle release artifacts
101-
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
101+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
102102
with:
103103
name: project-release-artifacts
104104
path: ./release/

0 commit comments

Comments
 (0)