Skip to content

Commit 50a5a00

Browse files
committed
Updated upload-artifact version to fix deprecation error
1 parent 0f11d43 commit 50a5a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
mamba info
2121
python -m pytest -v
2222
- name: Upload output meshes as artifacts for inspection
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: exported-meshes
2626
path: "*.msh"

0 commit comments

Comments
 (0)