Skip to content

Commit

Permalink
Merge pull request #147 from rpoleski/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
rpoleski authored Sep 4, 2024
2 parents ef009af + 66b952f commit 4e566b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
- uses: actions/checkout@v4

- name: Download sdist artifacts to dist/
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: sdist
path: dist/

- name: Download wheelhouse artifacts to dist/
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: wheelhouse
path: dist/
Expand Down

0 comments on commit 4e566b8

Please sign in to comment.