We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f2e22 commit fd99ccbCopy full SHA for fd99ccb
.github/workflows/cd.yml
@@ -50,7 +50,7 @@ jobs:
50
run: npm ci
51
52
- name: Download Bazel JDT Language Server extension
53
- uses: dawidd6/action-download-artifact@v6
+ uses: dawidd6/action-download-artifact@v8
54
with:
55
run_id: ${{ github.event.workflow_run.id }}
56
name: server
.github/workflows/test-results.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Download and Extract Artifacts
24
25
26
27
name: (test-results.*|ci-event-file)
0 commit comments