Skip to content

Commit 0cadae2

Browse files
chore(deps): update actions/download-artifact digest to cc20338 (#148)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent 4ea36bd commit 0cadae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: [build_wheels, build_sdist]
4747
runs-on: ubuntu-24.04
4848
steps:
49-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
49+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
5050
with:
5151
pattern: cibw-*
5252
path: dist
@@ -66,7 +66,7 @@ jobs:
6666
if: github.event_name == 'release' && github.event.action == 'published'
6767

6868
steps:
69-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
69+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
7070
with:
7171
pattern: cibw-*
7272
path: dist

0 commit comments

Comments
 (0)