diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 49a9602..f454dd9 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -43,7 +43,7 @@ jobs: - name: Archive artifacts for x64 if: matrix.build_platform == 'x64' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: nppRandomStringGenerator.${{ env.version }}.x64 path: nppRandomStringGenerator\bin\Release-x64\nppRandomStringGenerator.dll @@ -59,7 +59,7 @@ jobs: - name: Archive artifacts for x86 if: matrix.build_platform == 'x86' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: nppRandomStringGenerator.${{ env.version }}.x86 path: nppRandomStringGenerator\bin\Release\nppRandomStringGenerator.dll