Skip to content

Commit

Permalink
chore: update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
imykhai committed Jan 31, 2025
1 parent fe2e676 commit 480f8ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lsp-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: |
npm run package
- name: Attach bundles
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: language-servers
name: language-servers-${{ matrix.runs-on }}
# Make sure you don't include node_modules
path: app/**/build/*
test-windows:
Expand Down Expand Up @@ -78,8 +78,8 @@ jobs:
run: |
npm run package
- name: Attach bundles
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: language-servers
name: language-servers-pack-win-${{ matrix.runs-on }}
# Make sure you don't include node_modules
path: app/**/build/*

0 comments on commit 480f8ec

Please sign in to comment.