Skip to content

Commit

Permalink
ci: use upload-artifact v4 due to github blocking v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssimek committed Jan 16, 2025
1 parent 2940d13 commit a2a8a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Package Binary
run: ./node_modules/vsce/vsce package -o cortex-debug.vsix
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cortex-debug.vsix
path: ./cortex-debug.vsix
Expand Down

0 comments on commit a2a8a6f

Please sign in to comment.