Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
oooo26 authored Sep 14, 2024
2 parents 00896ae + 1960ded commit e8ecf86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/download-artifact@v3
# - uses: actions/download-artifact@v4.1.7
# with:
# name: artifact
# path: dist
Expand All @@ -95,7 +95,7 @@ jobs:
steps:
# - uses: actions/setup-python@v2

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: artifact
path: dist
Expand Down

0 comments on commit e8ecf86

Please sign in to comment.