Skip to content

Commit 1ea9620

Browse files
chore(deps): pin actions/download-artifact action to fa0a91b (#114)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent 1f72df3 commit 1ea9620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
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@v4
49+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
5050
with:
5151
pattern: cibw-*
5252
path: dist

0 commit comments

Comments
 (0)