Skip to content

Commit 037c3ad

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10f10d5 commit 037c3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
export ARCHS="${{ matrix.config.archs || '' }}"
6868
sh $GITHUB_WORKSPACE/Scripts/ci/${{ matrix.config.build_script }}
6969
- name: Upload artifact
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: ${{ matrix.config.artifact_name }}
7373
path: ${{ matrix.config.zip_name }}

0 commit comments

Comments
 (0)