Skip to content

Commit

Permalink
Merge pull request #111 from wiremock/update-upload-action-to-v4
Browse files Browse the repository at this point in the history
Update the deprecated upload action
  • Loading branch information
leeturner authored Sep 23, 2024
2 parents bc7f8fc + 716b538 commit 4519488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Archive test report - ${{ matrix.os }} JDK ${{ matrix.jdk }}
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wiremock-grpc-extension-test-report-${{ matrix.os }} JDK ${{ matrix.jdk }}
path: |
Expand Down

0 comments on commit 4519488

Please sign in to comment.