We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8152cd7 commit 7436e3cCopy full SHA for 7436e3c
.github/workflows/selfhosted_runner.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Upload a Build Artifact
65
if: always() && steps.prepare-artifact.outcome == 'success'
66
continue-on-error: true
67
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
68
with:
69
name: pull-request-payload
70
path: pull_request_payload.json
0 commit comments