Skip to content

Commit 389bb95

Browse files
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47298fd commit 389bb95

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)