We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a580cf commit 49c9549Copy full SHA for 49c9549
.github/workflows/go-test-template.yml
@@ -109,7 +109,7 @@ jobs:
109
run: test_analysis ${{ env.GOTESTFLAGS }}
110
- name: Upload test results
111
if: always()
112
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
113
with:
114
name: ${{ matrix.os }}_${{ matrix.go }}_test_results.db
115
path: ./test_results.db
@@ -131,7 +131,7 @@ jobs:
131
run: test_analysis -race ${{ env.GORACEFLAGS }} ./...
132
- name: Upload test results (Race)
133
if: (steps.race.conclusion == 'success' || steps.race.conclusion == 'failure')
134
135
136
name: ${{ matrix.os }}_${{ matrix.go }}_test_results_race.db
137
0 commit comments