diff --git a/.github/workflows/release-codeql.yml b/.github/workflows/release-codeql.yml index fa8a342..e88d949 100644 --- a/.github/workflows/release-codeql.yml +++ b/.github/workflows/release-codeql.yml @@ -127,7 +127,7 @@ jobs: ls -lh dist-packs/ - name: CodeQL - Upload CodeQL pack artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: codeql-tool-query-packs-${{ steps.version.outputs.version }} path: dist-packs/*.tar.gz diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index a450a47..a66537e 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -99,7 +99,7 @@ jobs: echo "✅ Published npm package to npmjs.org (with provenance)" - name: npm - Upload release build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: release-build-${{ steps.version.outputs.version }} path: | diff --git a/.github/workflows/release-vsix.yml b/.github/workflows/release-vsix.yml index 1231ca1..5bbc2c7 100644 --- a/.github/workflows/release-vsix.yml +++ b/.github/workflows/release-vsix.yml @@ -112,7 +112,7 @@ jobs: done - name: VSIX - Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: codeql-development-mcp-server-vsix-${{ steps.version.outputs.version }} path: extensions/vscode/${{ steps.package.outputs.vsix_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a8f6e4..02d7073 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -232,7 +232,7 @@ jobs: tar -czvf codeql-development-mcp-server-${{ needs.resolve-version.outputs.version }}.tar.gz -C dist-package . - name: Release - Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: codeql-development-mcp-server-${{ needs.resolve-version.outputs.version }} path: codeql-development-mcp-server-${{ needs.resolve-version.outputs.version }}.tar.gz