diff --git a/.github/workflows/coverage-base-update.yml b/.github/workflows/coverage-base-update.yml index 314d6f909..b252bc397 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@v2 + uses: dawidd6/action-download-artifact@v3 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@v2 + uses: dawidd6/action-download-artifact@v3 continue-on-error: true with: workflow: 'coverage.yml' diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 00acb14e5..a1f679d4c 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@v2 + uses: dawidd6/action-download-artifact@v3 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' }}