Skip to content

Commit b2bc5c0

Browse files
Merge pull request #1375 from Accenture/dependabot/github_actions/main/dawidd6/action-download-artifact-6
Bump dawidd6/action-download-artifact from 3 to 6
2 parents 16863c7 + 9c39fd9 commit b2bc5c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
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@v3
27+
uses: dawidd6/action-download-artifact@v6
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@v3
38+
uses: dawidd6/action-download-artifact@v6
3939
continue-on-error: true
4040
with:
4141
workflow: 'coverage.yml'

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
GITHUB_TOKEN: ${{ github.token }}
5757

5858
- name: Download artifact for base branch if available, previous
59-
uses: dawidd6/action-download-artifact@v3
59+
uses: dawidd6/action-download-artifact@v6
6060
continue-on-error: true
6161
with:
6262
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)