Skip to content

Commit fd02552

Browse files
chore(deps): update github artifact actions to v4
1 parent 86c5bfb commit fd02552

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
@@ -45,7 +45,7 @@ jobs:
4545
npm run package
4646
mv pyright-*.vsix ${{ env.VSIX_NAME }}
4747
48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
with:
5050
name: ${{ env.ARTIFACT_NAME_VSIX }}
5151
path: packages/vscode-pyright/${{ env.VSIX_NAME }}
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Download artifacts
61-
uses: actions/download-artifact@v3
61+
uses: actions/download-artifact@v4
6262
with:
6363
path: artifacts
6464

0 commit comments

Comments
 (0)