Skip to content

Commit

Permalink
update the actions/upload-artifact from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil9909 authored and sophiewigmore committed Mar 17, 2023
1 parent 8b9ac2a commit fd0a9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: event-payload
path: ${{ github.event_path }}

0 comments on commit fd0a9c0

Please sign in to comment.