diff options
| author | 2024-02-02 15:58:20 +0000 | |
|---|---|---|
| committer | 2024-02-02 15:58:20 +0000 | |
| commit | e5eba39c1316fbe4be5c7c890bd750d82468b889 (patch) | |
| tree | b95db55addde5439bce2082cabdc558301c6d6a0 | |
| parent | Bump pre-commit-hooks to 4.5.0 (diff) | |
Bump upload-artifact CI action to v4
| -rw-r--r-- | .github/workflows/lint.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ba8c288..4f0f932 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -46,7 +46,7 @@ jobs: - name: Upload a build artifact if: always() && steps.prepare-artifact.outcome == 'success' continue-on-error: true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pull-request-payload path: pull_request_payload.json |