Skip to content

Commit 0ada3e5

Browse files
authored
Update maven.yml
1 parent 20bb90e commit 0ada3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
mvn -B package --file pom.xml
3333
mkdir staging && cp target/*.jar staging
3434
- name: Persist workflow data as artifacts
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: github-actions-artifacts
3838
path: staging

0 commit comments

Comments
 (0)