Skip to content

Commit 5d8bfc2

Browse files
authored
Merge pull request #58 from cmbsolutions/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents ba0c47d + 153b9f0 commit 5d8bfc2

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@v5
46+
uses: actions/upload-artifact@v6
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@v5
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: nppRandomStringGenerator.${{ env.version }}.x86
6565
path: nppRandomStringGenerator\bin\Release\nppRandomStringGenerator.dll

0 commit comments

Comments
 (0)