diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 0089ca3bf9..e84a2eb7fa 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -59,7 +59,7 @@ jobs: - name: Upload a Build Artifact if: always() && steps.prepare-artifact.outcome == 'success' continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pull-request-payload path: pull_request_payload.json