Skip to content

Commit 9bf90c7

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-8
2 parents ecdb76d + 4db94ad commit 9bf90c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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: |

.github/workflows/release-vsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)