Skip to content

Commit e5e723d

Browse files
Bump dawidd6/action-download-artifact from 6 to 7
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v6...v7) --- 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 e5e723d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
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@v7
5454
with:
5555
run_id: ${{ github.event.workflow_run.id }}
5656
name: server

.github/workflows/test-results.yml

Lines changed: 1 addition & 1 deletion
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@v7
2525
with:
2626
run_id: ${{ github.event.workflow_run.id }}
2727
name: (test-results.*|ci-event-file)

0 commit comments

Comments
 (0)