Skip to content

Commit 5a39776

Browse files
FEDX-584 : artifact version updates
1 parent 003c87a commit 5a39776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: ls -R out
5959

6060
- name: Upload XML Test Report
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: test-reports
6464
path: out/test
@@ -74,7 +74,7 @@ jobs:
7474
run: yarn package
7575

7676
- name: Upload .vsix Artifact
77-
uses: actions/upload-artifact@v2
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: vs-code-extension
8080
path: "*.vsix"

0 commit comments

Comments
 (0)