Skip to content

Commit

Permalink
fix: update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully committed Jan 23, 2025
1 parent 9a68162 commit 43244a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Upload vsix artifact
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '14.x' && github.event_name == 'push'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vscode-extension-file
path: ./packages/vscode-ui5-language-assistant/vscode-ui5-language-assistant*.vsix
Expand Down

0 comments on commit 43244a7

Please sign in to comment.