From ced66b9c03fd7255fe0476fe8c0d0dfd862cd0e4 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sun, 4 Feb 2024 23:32:23 +0000 Subject: [PATCH] Bump upload-artifact CI action to v4 --- .github/workflows/build-deploy.yaml | 1 - .github/workflows/lint-test.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 11283d9..756bc92 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -14,7 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index e5b0e29..327727b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -52,7 +52,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