Skip to content

Commit c109248

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 8e04ea5 commit c109248

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
3333

3434
- name: "Upload artifacts"
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: artifacts
3838
path: "**/target/"
3939
retention-days: 1
4040

4141
- name: "Upload assets"
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: assets
4545
path: ".asset/*.jar"

0 commit comments

Comments
 (0)