Skip to content

Commit 1250e99

Browse files
authored
Merge pull request #1241 from elixir-lsp/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 998eaf8 + 9440a4b commit 1250e99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v5
3232
- name: Download artifact
33-
uses: actions/download-artifact@v5
33+
uses: actions/download-artifact@v6
3434
with:
3535
name: site
3636
path: site

.github/workflows/release-asset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fetch-depth: 0 # Needed for changelog generation
9090

9191
- name: Download build artifact
92-
uses: actions/download-artifact@v5
92+
uses: actions/download-artifact@v6
9393
with:
9494
name: elixir-ls-${{ needs.build.outputs.version }}
9595

@@ -133,7 +133,7 @@ jobs:
133133
needs: build
134134
steps:
135135
- name: Download build artifact
136-
uses: actions/download-artifact@v5
136+
uses: actions/download-artifact@v6
137137
with:
138138
name: elixir-ls-${{ needs.build.outputs.version }}
139139

0 commit comments

Comments
 (0)