Skip to content

Commit

Permalink
Merge pull request #569 from aboutcode-org/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
chinyeungli authored Mar 5, 2025
2 parents 2f6fd96 + 95c90b3 commit 79d2743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: Download built archives
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pypi_archives
path: dist
Expand All @@ -71,7 +71,7 @@ jobs:

steps:
- name: Download built archives
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pypi_archives
path: dist
Expand Down

0 comments on commit 79d2743

Please sign in to comment.