Skip to content

Commit 235a9cb

Browse files
chore(deps): Bump the github-actions group with 3 updates (#81)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent 06ea0ad commit 235a9cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
echo "ASSET=$staging.tar.gz" >> "$GITHUB_ENV"
8686
8787
- name: Attest build provenance
88-
uses: actions/attest-build-provenance@v2
88+
uses: actions/attest-build-provenance@b3e506e8c389afc651c5bacf2b8f2a1ea0557215 # v4
8989
with:
9090
subject-path: ${{ env.ASSET }}
9191

9292
- name: Upload artifact
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
9494
with:
9595
name: ${{ matrix.target }}
9696
path: ${{ env.ASSET }}
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v6.0.2
105105

106106
- name: Download all artifacts
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
108108
with:
109109
path: artifacts
110110
merge-multiple: true

0 commit comments

Comments
 (0)