diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e61bd3..1f2c4ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: run: npx @vscode/vsce package --no-dependencies --allow-star-activation - name: Upload VSIX artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: vsix-package path: '*.vsix' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 8c1bde5..b12d53e 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -48,7 +48,7 @@ jobs: fi - name: Upload audit results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: npm-audit-results