From 9c39fd93a3f07d920f5686e6601eb799d6126e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:57:02 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 3 to 6 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage-base-update.yml | 4 ++-- .github/workflows/coverage.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage-base-update.yml b/.github/workflows/coverage-base-update.yml index 2e91a33ff..9e9759f21 100644 --- a/.github/workflows/coverage-base-update.yml +++ b/.github/workflows/coverage-base-update.yml @@ -24,7 +24,7 @@ jobs: git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1000 - name: Download artifact for base branch - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 continue-on-error: true with: workflow: ${{ github.event.pull_request.base.ref == 'main' && 'coverage-main-branch.yml' || github.event.pull_request.base.ref == 'develop' && 'coverage-develop-branch.yml' || 'coverage.yml' }} @@ -35,7 +35,7 @@ jobs: search_artifacts: true - name: Download artifact for to be merged branch - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 continue-on-error: true with: workflow: 'coverage.yml' diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index afa172926..1061ffb17 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -56,7 +56,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Download artifact for base branch if available, previous - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 continue-on-error: true with: workflow: ${{ github.event.pull_request.base.ref == 'main' && 'coverage-main-branch.yml' || github.event.pull_request.base.ref == 'develop' && 'coverage-develop-branch.yml' || 'coverage.yml' }}