Skip to content

Commit 9ac8aef

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6111aed commit 9ac8aef

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Download artifact
37-
uses: actions/download-artifact@v4
37+
uses: actions/download-artifact@v5
3838
with:
3939
name: site
4040
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@v4
92+
uses: actions/download-artifact@v5
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@v4
136+
uses: actions/download-artifact@v5
137137
with:
138138
name: elixir-ls-${{ needs.build.outputs.version }}
139139

0 commit comments

Comments
 (0)