Skip to content

Commit

Permalink
Merge pull request #148 from goodmami/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
goodmami committed Sep 10, 2024
2 parents 1f52cbc + 8a03505 commit cb7526b
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 @@ -38,7 +38,7 @@ jobs:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- name: Download the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-package-distributions
path: dist/
Expand All @@ -57,7 +57,7 @@ jobs:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- name: Download 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 cb7526b

Please sign in to comment.