Skip to content

Commit fd80ab1

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 056fb92 commit fd80ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
2727
- run: mkdir staging && cp target/*.jar staging
28-
- uses: actions/upload-artifact@v5
28+
- uses: actions/upload-artifact@v6
2929
with:
3030
name: Package
3131
path: staging

0 commit comments

Comments
 (0)