Skip to content

Commit 054cb5d

Browse files
chore: update actions/upload-artifact action to v4
1 parent 72cabc7 commit 054cb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/part-compile-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: mvn -B verify --file pom.xml
3636

3737
- name: upload built binaries
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: target
4141
path: target

0 commit comments

Comments
 (0)