From f3c718c3d503497a66a89c367e057fba595af8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:08:54 +0000 Subject: [PATCH] build(deps): bump the all-actions group with 4 updates (#1767) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Berend Sliedrecht <61358536+berendsliedrecht@users.noreply.github.com> --- .github/workflows/continuous-integration.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ee9cebd452..67a8007282 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -101,10 +101,11 @@ jobs: # Upload coverage for shard - run: mv coverage/coverage-final.json coverage/${{ matrix.shard }}.json - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverage-artifacts path: coverage/${{ matrix.shard }}.json + overwrite: true e2e-tests: runs-on: ubuntu-20.04 @@ -137,22 +138,23 @@ jobs: # Upload coverage for e2e - run: mv coverage/coverage-final.json coverage/e2e.json - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverage-artifacts path: coverage/e2e.json + overwrite: true # Upload all the coverage reports report-coverage: runs-on: ubuntu-20.04 needs: [e2e-tests, unit-tests] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: coverage-artifacts path: coverage - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: directory: coverage @@ -205,7 +207,7 @@ jobs: echo version="${NEW_VERSION}" >> "$GITHUB_OUTPUT" - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: | chore(release): v${{ steps.new-version.outputs.version }}