Skip to content

Commit

Permalink
Merge pull request #63 from mnot/dependabot/github_actions/actions/do…
Browse files Browse the repository at this point in the history
…wnload-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
mnot authored Dec 18, 2023
2 parents 9ace873 + 044d6a4 commit d89787c
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 @@ -55,7 +55,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

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

0 comments on commit d89787c

Please sign in to comment.