Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact digest to cc20338
Browse files Browse the repository at this point in the history
  • Loading branch information
msclock-bot[bot] authored Mar 1, 2025
1 parent b83283b commit bc6387f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-24.04
steps:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
with:
pattern: cibw-*
path: dist
Expand All @@ -66,7 +66,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
with:
pattern: cibw-*
path: dist
Expand Down

0 comments on commit bc6387f

Please sign in to comment.