Skip to content

Commit 96b7378

Browse files
Bump actions/upload-artifact from 6 to 7
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>
1 parent 2f6b061 commit 96b7378

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
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Archive artifacts for x64
4545
if: matrix.build_platform == 'x64'
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: nppRandomStringGenerator.${{ env.version }}.x64
4949
path: nppRandomStringGenerator\bin\Release-x64\nppRandomStringGenerator.dll
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Archive artifacts for x86
6161
if: matrix.build_platform == 'x86'
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: nppRandomStringGenerator.${{ env.version }}.x86
6565
path: nppRandomStringGenerator\bin\Release\nppRandomStringGenerator.dll

0 commit comments

Comments
 (0)