We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cf90a commit 9a135b1Copy full SHA for 9a135b1
.github/workflows/ci-build.yaml
@@ -92,7 +92,7 @@ jobs:
92
run: |
93
tar -czf ${{ runner.temp }}/maven-repo.tgz -C ~ .m2/repository
94
- name: Persist Maven Repo
95
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
96
with:
97
name: maven-repo
98
path: ${{ runner.temp }}/maven-repo.tgz
0 commit comments