Skip to content

Commit c777dee

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9a26f4 commit c777dee

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

0 commit comments

Comments
 (0)