Skip to content

Commit

Permalink
Merge pull request nucleic#542 from nucleic/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
MatthieuDartiailh authored Dec 18, 2023
2 parents 01cb648 + 78847d7 commit 788db61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand All @@ -107,7 +107,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 788db61

Please sign in to comment.