Skip to content

Commit

Permalink
Merge pull request #164 from sagemath/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
fchapoton authored Oct 7, 2024
2 parents 064120a + ddbdb9f commit 51ec9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
repository: sagemath/sage
ref: develop

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
CAN_DEPLOY: ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' }}
steps:

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

0 comments on commit 51ec9a7

Please sign in to comment.