Skip to content

Commit 83b5c79

Browse files
update upload artifact action version
Signed-off-by: Venelin Bakalov <bakalovv@vmware.com>
1 parent 6fe25e9 commit 83b5c79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
name: codecov
8686

8787
- name: Upload artifact
88-
uses: actions/upload-artifact@v2
88+
uses: actions/upload-artifact@v4
8989
if: runner.os == 'ubuntu-latest'
9090
with:
9191
name: vrealize-developer-tools-${{steps.version_step.outputs.version_build}}.vsix

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
MINISIGN_PASSWORD: ${{ secrets.RELEASE_MINISIGN_PASS }}
7171

7272
- name: Upload artifacts
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: vrealize-developer-tools-${{steps.version_step.outputs.version}}
7676
path: |

0 commit comments

Comments
 (0)