Skip to content

Commit 343575b

Browse files
authored
Merge pull request #1248 from elixir-lsp/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 6e2cd9b + b0abea3 commit 343575b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
33+
uses: actions/download-artifact@v7
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@v6
92+
uses: actions/download-artifact@v7
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@v6
136+
uses: actions/download-artifact@v7
137137
with:
138138
name: elixir-ls-${{ needs.build.outputs.version }}
139139

0 commit comments

Comments
 (0)