build(deps): bump actions/upload-artifact
Bumps the gha group with 1 update in the /.github/workflows directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.4 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
de2cf93d49
commit
697fe326ad
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
node build --arch x64
|
||||
node build --arch ia32
|
||||
- name: Upload the artifacts
|
||||
uses: actions/upload-artifact@v4.3.4
|
||||
uses: actions/upload-artifact@v4.3.6
|
||||
with:
|
||||
name: win
|
||||
path: 'c:/a/**/build/out/*.zip'
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
node build -a x64
|
||||
node build -a arm64
|
||||
- name: Upload the artifacts
|
||||
uses: actions/upload-artifact@v4.3.4
|
||||
uses: actions/upload-artifact@v4.3.6
|
||||
with:
|
||||
name: mac
|
||||
path: 'build/out/*.zip'
|
||||
@ -114,7 +114,7 @@ jobs:
|
||||
node build --arch x64
|
||||
node build --arch ia32
|
||||
- name: Upload the artifacts
|
||||
uses: actions/upload-artifact@v4.3.4
|
||||
uses: actions/upload-artifact@v4.3.6
|
||||
with:
|
||||
name: linux
|
||||
path: 'build/out/*.zip'
|
||||
|
Loading…
x
Reference in New Issue
Block a user