Skip to content

Commit e581624

Browse files
authored
Merge pull request #1240 from elixir-lsp/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 1250e99 + 7a40e63 commit e581624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build
1818
run: mkdocs build -s
1919
- name: Upload artifact
20-
uses: actions/upload-artifact@v4
20+
uses: actions/upload-artifact@v5
2121
with:
2222
name: site
2323
path: site

.github/workflows/release-asset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
zip -jr elixir-ls-v${{ steps.version.outputs.version }}.zip ./release
7373
7474
- name: Upload build artifact
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: elixir-ls-${{ steps.version.outputs.version }}
7878
path: elixir-ls-v${{ steps.version.outputs.version }}.zip

0 commit comments

Comments
 (0)