Skip to content

Commit

Permalink
Merge pull request #260 from CGAL/dependabot/github_actions/actions/d…
Browse files Browse the repository at this point in the history
…ownload-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
lrineau committed Dec 20, 2023
2 parents 27080d9 + f76691d commit 0a8d65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
runs-on: ubuntu-latest
needs: [sdist, build-and-test-wheels]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 0a8d65e

Please sign in to comment.