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 2f3a667 commit 9aa4b8eCopy full SHA for 9aa4b8e
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
run: go test -race -count=1 -failfast -shuffle=on -coverprofile=${{ matrix.os }}-profile -covermode=atomic -coverpkg=./... ./...
25
26
- name: upload cover profile artifact
27
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
28
with:
29
name: ${{ matrix.os }}-profile
30
path: ${{ matrix.os }}-profile
@@ -73,7 +73,7 @@ jobs:
73
diff-base-breakdown-file-name: ${{ steps.download-main-breakdown.outputs.found_artifact == 'true' && 'main.breakdown' || '' }}
74
75
- name: upload artifact (main.breakdown)
76
77
if: github.ref_name == 'main'
78
79
name: main.breakdown
0 commit comments