Skip to content

Commit 376379c

Browse files
committed
Switch to upload-artifact@v4
1 parent 2cc5db7 commit 376379c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)