mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-02-26 00:53:27 +03:00
Bump actions/upload-artifact from 4.6.2 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
|||||||
ls -l godot-tools.vsix
|
ls -l godot-tools.vsix
|
||||||
|
|
||||||
- name: Upload extension VSIX
|
- name: Upload extension VSIX
|
||||||
uses: actions/upload-artifact@v4.6.2
|
uses: actions/upload-artifact@v6.0.0
|
||||||
with:
|
with:
|
||||||
name: godot-tools
|
name: godot-tools
|
||||||
path: godot-tools.vsix
|
path: godot-tools.vsix
|
||||||
|
|||||||
Reference in New Issue
Block a user