Skip to content

Commit

Permalink
Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Oct 2, 2024
1 parent 73a730e commit 31acdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cancel_others: 'true'
paths: '["**.json", ".github/workflows/json.yml"]'
- run: echo ${{ github.event.number }} > pull_request_id
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: pull_request_id
path: pull_request_id
Expand Down

0 comments on commit 31acdd9

Please sign in to comment.