Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 3.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 43ed1df commit 609ab19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage-base-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 609ab19

Please sign in to comment.