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 f392e9a + 1fcbb6a commit 66d728aCopy full SHA for 66d728a
.github/workflows/build.yml
@@ -151,7 +151,7 @@ jobs:
151
tar -zcvf "${{ env.ARTIFACT_FILE_NAME }}.zip" iac-maven-repository.zip docs/ "LICENSE.txt"
152
153
- name: Upload artifact
154
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
155
if: ${{ !contains(env.IAC_VERSION, '-SNAPSHOT') && matrix.java == 17 }}
156
with:
157
name: ${{ env.ARTIFACT_FILE_NAME }}
0 commit comments