We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e2cd9b + b0abea3 commit 343575bCopy full SHA for 343575b
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@v6
+ uses: actions/download-artifact@v7
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