Skip to content

Commit

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

Build(deps): Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
rcjackson authored Sep 9, 2024
2 parents 33656e4 + 172b499 commit 357f839
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 @@ -49,7 +49,7 @@ jobs:
name: Install Python
with:
python-version: "3.x"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: releases
path: dist
Expand All @@ -62,7 +62,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 357f839

Please sign in to comment.