We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edc1cb commit 044919bCopy full SHA for 044919b
.github/workflows/lint-test.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Upload a Build Artifact
60
if: always() && steps.prepare-artifact.outcome == 'success'
61
continue-on-error: true
62
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
63
with:
64
name: pull-request-payload
65
path: pull_request_payload.json
0 commit comments