Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
lrineau authored Dec 19, 2023
2 parents 47298fd + 389bb95 commit 27080d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
export CGAL_PYTHON_MODULE_VERSION
python3 setup.py sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
python $i
done
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: endsWith(matrix.cgal_branch, env.LATEST_CGAL_VERSION)
with:
path: cgal-*.whl
Expand Down

0 comments on commit 27080d9

Please sign in to comment.