Skip to content

Commit 708f2bf

Browse files
mikebronnerclaude
andcommitted
fix: 🔧 update artifact actions from v3 to v4
- Updated actions/upload-artifact from v3 to v4 - Updated actions/download-artifact from v3 to v4 - Fixes deprecation warnings in GitHub Actions workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2d98561 commit 708f2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
copy lsp-server\target\${{ matrix.target }}\release\${{ matrix.binary_name }} dist\
108108
109109
- name: Upload artifact
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: ${{ matrix.artifact_name }}
113113
path: dist/${{ matrix.binary_name }}
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/checkout@v4
123123

124124
- name: Download all artifacts
125-
uses: actions/download-artifact@v3
125+
uses: actions/download-artifact@v4
126126
with:
127127
path: artifacts
128128

0 commit comments

Comments
 (0)