diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b35cd2..c35cd9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -243,7 +243,7 @@ jobs: - name: Upload self-contained executable - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: (github.ref_name == 'main' || github.ref_name == 'release') && matrix.PUBLISH_RELEASE && !env.ACT with: name: artifacts-${{ matrix.os }} @@ -273,7 +273,7 @@ jobs: - name: Collect coverage reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: (github.ref_name == 'main' || github.event_name == 'pull_request') && !env.ACT with: name: coverage-${{ matrix.os }}-py${{ matrix.PYTHON_VERSION }}