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 a3205d4 commit bc93eb0Copy full SHA for bc93eb0
.github/workflows/test.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Send coverage
77
if: matrix.os != 'windows-latest'
78
run: goveralls -coverprofile=coverage.txt -service=github -parallel
79
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v7
80
with:
81
name: logs-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.go-version }}-${{ matrix.os }}.zip
82
path: ~/.pact/plugins/**/plugin.log
0 commit comments