We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 998eaf8 + 9440a4b commit 1250e99Copy full SHA for 1250e99
2 files changed
.github/workflows/docsite.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Checkout
31
uses: actions/checkout@v5
32
- name: Download artifact
33
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
34
with:
35
name: site
36
path: site
.github/workflows/release-asset.yml
@@ -89,7 +89,7 @@ jobs:
89
fetch-depth: 0 # Needed for changelog generation
90
91
- name: Download build artifact
92
93
94
name: elixir-ls-${{ needs.build.outputs.version }}
95
@@ -133,7 +133,7 @@ jobs:
133
needs: build
134
steps:
135
136
137
138
139
0 commit comments