Skip to content

Commit

Permalink
Merge pull request #1221 from alphagov/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
brucebolt authored Jan 11, 2024
2 parents 2a06fab + c0f801e commit b223b91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
bundler-cache: true
- run: bundle exec rake pact_test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pacts
path: spec/pacts/*.json
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: pacts
path: tmp/pacts
Expand All @@ -160,7 +160,7 @@ jobs:
steps:
# As of Jan 2023, GitHub doesn't provide a delete artifact equivalent to
# their upload / download ones
- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v4
with:
name: pacts

Expand Down

0 comments on commit b223b91

Please sign in to comment.