File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838
3939 - run : mvn -B package --file pom.xml -DskipTests
4040 - run : mkdir staging && cp target/*jar-with-dependencies.jar staging
41- - uses : actions/upload-artifact@v1
41+ - uses : actions/upload-artifact@v4
4242 with :
4343 name : Package
4444 path : staging
Original file line number Diff line number Diff line change 5858 CIBW_TEST_COMMAND : pytest {project}/tests/
5959
6060 - name : Upload Artifact
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : filepattern-wheels
6464 path : dist/*.whl
@@ -108,7 +108,7 @@ jobs:
108108 CIBW_TEST_COMMAND : pytest {project}/tests/
109109
110110 - name : Upload Artifact
111- uses : actions/upload-artifact@v3
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : filepattern-wheels-apple-silicon
114114 path : dist/*.whl
You can’t perform that action at this time.
0 commit comments