Skip to content

Commit 764e719

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent b732d0e commit 764e719

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
@@ -38,7 +38,7 @@ jobs:
3838
cp -vrf .asset/*.jar artifacts
3939
4040
- name: "Upload artifact"
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: Artifact
4444
path: artifacts

0 commit comments

Comments
 (0)