Skip to content

Commit

Permalink
Merge pull request #1 from Aculeasis/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
Aculeasis authored Sep 3, 2024
2 parents af3800e + 7c2bba8 commit 91f6aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-20.04
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist/
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: all-voices
path: all-voices/
Expand Down

0 comments on commit 91f6aa8

Please # to comment.