Skip to content

Commit 6bc7218

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 3e7aa79 commit 6bc7218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
run: mvn -B package --file pom.xml -Dgpg.skip
3030

3131
- name: "Upload artifacts"
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v6
3333
with:
3434
name: artifacts
3535
path: "**/target/"
3636
retention-days: 5
3737
include-hidden-files: true
3838

3939
- name: "Upload assets"
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: assets
4343
path: ".asset/"

0 commit comments

Comments
 (0)