From d90f3e70484cb1ae94e2e3120993e91db2d50189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:40:06 +0000 Subject: Bump actions/upload-artifact from 3 to 4 (#1413) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 592b6522..7353bdfa 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -70,7 +70,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 -- cgit v1.2.3