Skip to content

Commit c2d0272

Browse files
chore(deps): Bump actions/download-artifact from 5.0.0 to 6.0.0 (#513)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 419310b commit c2d0272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
persist-credentials: false
3737

38-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
38+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
3939
with:
4040
name: distfiles
4141
path: dist/
@@ -55,7 +55,7 @@ jobs:
5555
id-token: write
5656
needs: build
5757
steps:
58-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
58+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5959
with:
6060
name: distfiles
6161
path: dist/

0 commit comments

Comments
 (0)