Skip to content

Commit 6bf8e82

Browse files
committed
(CI) fix version
1 parent 29d6ba2 commit 6bf8e82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: go test -v -coverprofile=coverage.out ./...
3838

3939
- name: Upload Coverage Report
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
if: always()
4242
with:
4343
name: coverage-report
@@ -92,7 +92,7 @@ jobs:
9292
test -s /tmp/gogotrace-test/output.html
9393
9494
- name: Upload Test Artifacts
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
if: always()
9797
with:
9898
name: test-outputs

0 commit comments

Comments
 (0)