Skip to content

Commit 50c6094

Browse files
Bump actions/download-artifact from 6 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9e5838 commit 50c6094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
with:
195195
python-version: ${{ inputs.python_version }}
196196
- name: "Download all test coverage artefacts"
197-
uses: actions/download-artifact@v6
197+
uses: actions/download-artifact@v8
198198
with:
199199
path: gateway-api/test-artefacts/
200200
merge-multiple: false
@@ -224,7 +224,7 @@ jobs:
224224
with:
225225
fetch-depth: 0 # Full history is needed for better analysis
226226
- name: "Download merged coverage report"
227-
uses: actions/download-artifact@v6
227+
uses: actions/download-artifact@v8
228228
with:
229229
name: ${{ needs.create-coverage-name.outputs.coverage-name }}
230230
path: coverage-reports/

0 commit comments

Comments
 (0)