Skip to content

Commit f74de33

Browse files
committed
Upgrade Upload Artifact
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 76fea46 commit f74de33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Go-SDK-PR-Check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: go test ./... -coverprofile=test_coverage.out -covermode=atomic
9494

9595
- name: Upload Coverage Report
96-
uses: actions/upload-artifact@v3
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: Test Coverage Report
9999
path: test_coverage.out
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Upload JUnit Report
122122
if: always()
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: Integration Test JUnit Report
126126
path: ./integration-test-junit.xml

0 commit comments

Comments
 (0)