diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 208f0668..dfd7a0a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - name: Send coverage if: matrix.os != 'windows-latest' run: goveralls -coverprofile=coverage.txt -service=github -parallel - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: logs-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.go-version }}-${{ matrix.os }}.zip path: ~/.pact/plugins/**/plugin.log