diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 36733c9a..f4c197ff 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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