diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9af790..324cfee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: run: go test -race -count=1 -failfast -shuffle=on -coverprofile=${{ matrix.os }}-profile -covermode=atomic -coverpkg=./... ./... - name: upload cover profile artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.os }}-profile path: ${{ matrix.os }}-profile @@ -73,7 +73,7 @@ jobs: diff-base-breakdown-file-name: ${{ steps.download-main-breakdown.outputs.found_artifact == 'true' && 'main.breakdown' || '' }} - name: upload artifact (main.breakdown) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: github.ref_name == 'main' with: name: main.breakdown