Skip to content

Commit 833ebdd

Browse files
renovate[bot]CarmJos
authored andcommitted
chore(deps): update actions/upload-artifact action to v5
1 parent c490f32 commit 833ebdd

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
@@ -31,13 +31,13 @@ jobs:
3131
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
3232

3333
- name: "Upload artifact"
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v5
3535
with:
3636
name: artifact
3737
path: target
3838

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

0 commit comments

Comments
 (0)