Skip to content

Commit 53ef321

Browse files
Merge pull request #2526 from Accenture/dependabot/github_actions/main/dawidd6/action-download-artifact-16
Bump dawidd6/action-download-artifact from 14 to 16
2 parents e292530 + 9ff6774 commit 53ef321

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage-base-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1000
2525
2626
- name: Download artifact for base branch
27-
uses: dawidd6/action-download-artifact@v14
27+
uses: dawidd6/action-download-artifact@v16
2828
continue-on-error: true
2929
with:
3030
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:
3535
search_artifacts: true
3636

3737
- name: Download artifact for to be merged branch
38-
uses: dawidd6/action-download-artifact@v14
38+
uses: dawidd6/action-download-artifact@v16
3939
continue-on-error: true
4040
with:
4141
workflow: 'coverage.yml'

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
GITHUB_TOKEN: ${{ github.token }}
5959

6060
- name: Download artifact for base branch if available, previous
61-
uses: dawidd6/action-download-artifact@v14
61+
uses: dawidd6/action-download-artifact@v16
6262
continue-on-error: true
6363
with:
6464
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' }}

0 commit comments

Comments
 (0)