Skip to content

Commit a1be996

Browse files
authored
Merge pull request #4323 from graphql-java/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
2 parents 50e4694 + 59e1133 commit a1be996

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci-doctor.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
with:
107107
token: ${{ secrets.ADMIN_PAT }}
108108
- name: Download Test Stats
109-
uses: actions/download-artifact@v4
109+
uses: actions/download-artifact@v8
110110
with:
111111
pattern: test-stats-*
112112
merge-multiple: true
113113
path: test-stats/
114114
- name: Download Coverage Report
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v8
116116
continue-on-error: true
117117
with:
118118
name: coverage-report

.github/workflows/pr-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Download Test Stats
21-
uses: actions/download-artifact@v4
21+
uses: actions/download-artifact@v8
2222
continue-on-error: true
2323
with:
2424
pattern: test-stats-*
@@ -27,7 +27,7 @@ jobs:
2727
run-id: ${{ github.event.workflow_run.id }}
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Download Coverage Report
30-
uses: actions/download-artifact@v4
30+
uses: actions/download-artifact@v8
3131
continue-on-error: true
3232
with:
3333
name: coverage-report

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- uses: actions/checkout@v6
123123
- name: Download Coverage Report
124-
uses: actions/download-artifact@v4
124+
uses: actions/download-artifact@v8
125125
continue-on-error: true
126126
with:
127127
name: coverage-report

0 commit comments

Comments
 (0)