Skip to content

Commit 39fe18a

Browse files
committed
Update version of actions/upload-artifact
1 parent c68be90 commit 39fe18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build with Maven
2424
run: mvn -B package --file pom.xml
2525
- name: Upload package
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: Package
2929
path: target/*.jar

0 commit comments

Comments
 (0)