Skip to content

Commit 75b0f7f

Browse files
Update actions/upload-artifact action to v6
1 parent 3448482 commit 75b0f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
sed -i "s|0.0.0|"$(cat .version)"|g" pom.xml
2525
mvn -B package
26-
- uses: actions/upload-artifact@v5
26+
- uses: actions/upload-artifact@v6
2727
with:
2828
name: artifacts
2929
path: |

0 commit comments

Comments
 (0)