Skip to content

Commit bc93eb0

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent a3205d4 commit bc93eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Send coverage
7777
if: matrix.os != 'windows-latest'
7878
run: goveralls -coverprofile=coverage.txt -service=github -parallel
79-
- uses: actions/upload-artifact@v5
79+
- uses: actions/upload-artifact@v7
8080
with:
8181
name: logs-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.go-version }}-${{ matrix.os }}.zip
8282
path: ~/.pact/plugins/**/plugin.log

0 commit comments

Comments
 (0)