Skip to content

Commit 4db94ad

Browse files
Build(deps): bump actions/upload-artifact from 6 to 7 (#93)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1691206 commit 4db94ad

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)