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.
2 parents 666d86c + 773c378 commit 47867cdCopy full SHA for 47867cd
.github/workflows/java-build.yml
@@ -56,7 +56,7 @@ jobs:
56
run: ./mvnw -B -Pbug-check -Pcompile-jdk${{ matrix.java-versions }} test --file pom.xml
57
58
# Uploads test artifacts for each JDK version
59
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
60
if: always()
61
with:
62
name: test_output_sk_jdk${{ matrix.java-versions }}u
.github/workflows/java-publish-package.yml
@@ -30,7 +30,7 @@ jobs:
30
run: ./mvnw -B -DskipTests -Pcompile-jdk8 -P-compile-jdk17 clean deploy --file pom.xml -DaltDeploymentRepository=local::file:///tmp/target/staging-deploy
31
32
- name: Upload Artifacts
33
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
34
35
name: Artifacts
36
path: /tmp/target/staging-deploy
0 commit comments