From 573c3c878b22511ccaaafc68b994408aa02152aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:17:48 -0800 Subject: [PATCH] chore(deps): update github actions all dependencies to v4 (#755) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cypress-nightly.yml | 12 ++++++------ .github/workflows/merge.yml | 2 +- .github/workflows/pr-open.yml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cypress-nightly.yml b/.github/workflows/cypress-nightly.yml index 2c425303f..184738020 100644 --- a/.github/workflows/cypress-nightly.yml +++ b/.github/workflows/cypress-nightly.yml @@ -27,14 +27,14 @@ jobs: CYPRESS_PASSWORD: ${{ secrets.BCEID_PASSWORD }} - name: Upload screenshots on failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots-chrome path: cypress/screenshots - name: Upload videos - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos-chrome @@ -57,14 +57,14 @@ jobs: CYPRESS_PASSWORD: ${{ secrets.BCEID_PASSWORD }} - name: Upload screenshots on failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots-firefox path: cypress/screenshots - name: Upload videos - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos-firefox @@ -86,14 +86,14 @@ jobs: CYPRESS_PASSWORD: ${{ secrets.BCEID_PASSWORD }} - name: Upload screenshots on failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots-edge path: cypress/screenshots - name: Upload videos - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos-edge diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 089e53939..fb4662a0b 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -28,7 +28,7 @@ jobs: languages: java,javascript - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: "17" distribution: "temurin" diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index a8d70dad0..b3928db44 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -185,13 +185,13 @@ jobs: -Dsonar.test.inclusions=cypress/e2e/smoke-test/**/* sonar_token: ${{ secrets.SONAR_FRONTEND }} - name: Upload videos - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos-chrome path: /home/runner/work/nr-spar/nr-spar/frontend/cypress/videos/ - name: Upload coverage - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() with: name: cypress-coverage