File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 ls -lh dist-packs/
128128
129129 - name : CodeQL - Upload CodeQL pack artifacts
130- uses : actions/upload-artifact@v6
130+ uses : actions/upload-artifact@v7
131131 with :
132132 name : codeql-tool-query-packs-${{ steps.version.outputs.version }}
133133 path : dist-packs/*.tar.gz
Original file line number Diff line number Diff line change 9999 echo "✅ Published npm package to npmjs.org (with provenance)"
100100
101101 - name : npm - Upload release build artifact
102- uses : actions/upload-artifact@v6
102+ uses : actions/upload-artifact@v7
103103 with :
104104 name : release-build-${{ steps.version.outputs.version }}
105105 path : |
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 done
113113
114114 - name : VSIX - Upload artifact
115- uses : actions/upload-artifact@v6
115+ uses : actions/upload-artifact@v7
116116 with :
117117 name : codeql-development-mcp-server-vsix-${{ steps.version.outputs.version }}
118118 path : extensions/vscode/${{ steps.package.outputs.vsix_name }}
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232 tar -czvf codeql-development-mcp-server-${{ needs.resolve-version.outputs.version }}.tar.gz -C dist-package .
233233
234234 - name : Release - Upload artifact
235- uses : actions/upload-artifact@v6
235+ uses : actions/upload-artifact@v7
236236 with :
237237 name : codeql-development-mcp-server-${{ needs.resolve-version.outputs.version }}
238238 path : codeql-development-mcp-server-${{ needs.resolve-version.outputs.version }}.tar.gz
You can’t perform that action at this time.
0 commit comments