Skip to content

Commit

Permalink
Merge pull request #1151 from Accenture/dependabot/github_actions/mai…
Browse files Browse the repository at this point in the history
…n/dawidd6/action-download-artifact-3

Bump dawidd6/action-download-artifact from 2 to 3
  • Loading branch information
JoernBerkefeld committed Jan 10, 2024
2 parents 43ed1df + 609ab19 commit f85af36
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 f85af36

Please sign in to comment.