Skip to content

Commit

Permalink
Merge pull request #34 from berquist/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
berquist authored Feb 19, 2024
2 parents 6788c54 + 410fcaa commit a2a431a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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 All @@ -79,7 +79,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 @@ -126,7 +126,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 a2a431a

Please sign in to comment.