Skip to content

Commit fd99ccb

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: npm ci
5151

5252
- name: Download Bazel JDT Language Server extension
53-
uses: dawidd6/action-download-artifact@v6
53+
uses: dawidd6/action-download-artifact@v8
5454
with:
5555
run_id: ${{ github.event.workflow_run.id }}
5656
name: server

.github/workflows/test-results.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Download and Extract Artifacts
24-
uses: dawidd6/action-download-artifact@v6
24+
uses: dawidd6/action-download-artifact@v8
2525
with:
2626
run_id: ${{ github.event.workflow_run.id }}
2727
name: (test-results.*|ci-event-file)

0 commit comments

Comments
 (0)