Skip to content

Commit

Permalink
Merge pull request #4771 from yt-project/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4
  • Loading branch information
neutrinoceros authored Jan 1, 2024
2 parents 419ec73 + ac8478a commit 3e0f2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/yt-')
steps:
- name: Download sdist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sdist
path: dist

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

0 comments on commit 3e0f2ce

Please sign in to comment.