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 122fc93 + 4cd258e commit cccbc91Copy full SHA for cccbc91
.github/workflows/checkBuild.yml
@@ -56,7 +56,7 @@ jobs:
56
fi
57
58
- name: Upload demo files
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
with:
61
name: demo-files-java-${{ matrix.java }}
62
path: ${{ env.DEMO_MAVEN_MODULE }}/target/${{ env.DEMO_MAVEN_MODULE }}.jar
.github/workflows/release.yml
@@ -163,7 +163,7 @@ jobs:
163
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
164
165
- name: Upload licenses - Upload Artifact
166
167
168
name: dependencies-licenses
169
path: ${{ env.PRIMARY_MAVEN_MODULE }}/target/site
0 commit comments