diff --git a/.github/workflows/close_issues_on_merge.yml b/.github/workflows/close_issues_on_merge.yml index a4d29bc57..82eeeafc2 100644 --- a/.github/workflows/close_issues_on_merge.yml +++ b/.github/workflows/close_issues_on_merge.yml @@ -14,6 +14,6 @@ jobs: steps: - name: Closes issues related to a merged pull request. - uses: ldez/gha-mjolnir@v1.4.1 + uses: ldez/gha-mjolnir@v1.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/coverage-base-update.yml b/.github/workflows/coverage-base-update.yml index 9e9759f21..572466a6c 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@v6 + uses: dawidd6/action-download-artifact@v7 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@v6 + uses: dawidd6/action-download-artifact@v7 continue-on-error: true with: workflow: 'coverage.yml' diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1061ffb17..3f0817990 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@v6 + uses: dawidd6/action-download-artifact@v7 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' }}