Skip to content

Commit 27080d9

Browse files
authored
Merge pull request #259 from CGAL/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 47298fd + 389bb95 commit 27080d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
export CGAL_PYTHON_MODULE_VERSION
4141
python3 setup.py sdist
4242
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
path: dist/*.tar.gz
4646

@@ -196,7 +196,7 @@ jobs:
196196
python $i
197197
done
198198
199-
- uses: actions/upload-artifact@v3
199+
- uses: actions/upload-artifact@v4
200200
if: endsWith(matrix.cgal_branch, env.LATEST_CGAL_VERSION)
201201
with:
202202
path: cgal-*.whl

0 commit comments

Comments
 (0)