Skip to content

Commit 66d728a

Browse files
Merge pull request #913 from vmware/dependabot/github_actions/actions/upload-artifact-5
build(deps): Bump actions/upload-artifact from 4 to 5
2 parents f392e9a + 1fcbb6a commit 66d728a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
tar -zcvf "${{ env.ARTIFACT_FILE_NAME }}.zip" iac-maven-repository.zip docs/ "LICENSE.txt"
152152
153153
- name: Upload artifact
154-
uses: actions/upload-artifact@v4
154+
uses: actions/upload-artifact@v5
155155
if: ${{ !contains(env.IAC_VERSION, '-SNAPSHOT') && matrix.java == 17 }}
156156
with:
157157
name: ${{ env.ARTIFACT_FILE_NAME }}

0 commit comments

Comments
 (0)