Skip to content

Commit

Permalink
Merge pull request #773 from alphagov/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
brucebolt authored Jan 11, 2024
2 parents 9cd0f0f + 387d76e commit c4352e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pact-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
PACT_CONSUMER_VERSION: ${{ inputs.pact_consumer_version }}
- if: inputs.pact_artifact != ''
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.pact_artifact }}
path: tmp/pacts
Expand Down

0 comments on commit c4352e9

Please sign in to comment.