Skip to content

Commit

Permalink
Merge pull request #100 from euroargodev/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4.1.8

Bump actions/download-artifact from 4.1.7 to 4.1.8
  • Loading branch information
gmaze authored Sep 9, 2024
2 parents d39da53 + 9e8bb48 commit e819344
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 @@ -55,7 +55,7 @@ jobs:
name: Install Python
with:
python-version: 3.8
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4.1.8
with:
name: releases
path: dist
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# if: github.event_name == 'release'
# runs-on: ubuntu-latest
# steps:
# - uses: actions/download-artifact@v4.1.7
# - uses: actions/download-artifact@v4.1.8
# with:
# name: releases
# path: dist
Expand Down

0 comments on commit e819344

Please sign in to comment.