Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent ce3143f commit 24f9dc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
id-token: write
needs: [python-packaging]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: cibw-*
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 24f9dc5

Please sign in to comment.