Skip to content

Commit

Permalink
Merge pull request #410 from pact-foundation/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
YOU54F committed Apr 30, 2024
2 parents 0f6b6a4 + e584ebb commit 2ac35ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: go install github.com/mattn/goveralls@latest
- name: Send coverage
run: goveralls -coverprofile=coverage.txt -service=github -parallel
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: logs-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.go-version }}.zip
path: ~/.pact/plugins/**/plugin.log
Expand Down

0 comments on commit 2ac35ec

Please sign in to comment.