Skip to content

Commit

Permalink
Merge pull request #19 from jcmgray/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
jcmgray authored Sep 5, 2024
2 parents 46fd968 + d437bcb commit 2ce59c7
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 @@ -52,7 +52,7 @@ jobs:
name: Install Python
with:
python-version: 3.8
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: releases
path: dist
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: releases
path: dist
Expand Down

0 comments on commit 2ce59c7

Please sign in to comment.