Skip to content

Commit 9db4f8b

Browse files
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 0ae3322 commit 9db4f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
3636
- name: Archive artifacts for x64
3737
if: matrix.build_platform == 'x64' && matrix.build_configuration == 'Release'
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v6
3939
with:
4040
name: plugin_dll_x64
4141
path: NppCSharpPluginPack\bin\${{ matrix.build_configuration }}-x64\CSharpPluginPack.dll
4242

4343
- name: Archive artifacts for x86
4444
if: matrix.build_platform == 'x86' && matrix.build_configuration == 'Release'
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: plugin_dll_x86
4848
path: NppCSharpPluginPack\bin\${{ matrix.build_configuration }}\CSharpPluginPack.dll

0 commit comments

Comments
 (0)