Skip to content

Commit

Permalink
Merge pull request #201 from imr-framework/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dot-github/workflows/actions/download-artifact-4.1.7
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
2 parents 9130a82 + fc67620 commit 3d73d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-package-distributions
path: dist/
Expand All @@ -62,7 +62,7 @@ jobs:

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

0 comments on commit 3d73d1b

Please sign in to comment.