Skip to content

Commit

Permalink
Merge pull request #2302 from SciTools/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
dopplershift authored Dec 14, 2023
2 parents 08f8e21 + 6afefb3 commit 1c50811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
steps:

- name: Download sdist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sdist
path: dist
Expand Down Expand Up @@ -136,13 +136,13 @@ jobs:

steps:
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact
path: dist

- name: Download sdist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sdist
path: dist
Expand Down

0 comments on commit 1c50811

Please sign in to comment.