ci(deps): bump actions/upload-artifact from 4 to 5 (#666)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-27 17:33:52 +01:00
committed by GitHub
parent 88196838dd
commit 9c73696b29

View File

@@ -243,7 +243,7 @@ jobs:
- name: Upload self-contained executable - 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 if: (github.ref_name == 'main' || github.ref_name == 'release') && matrix.PUBLISH_RELEASE && !env.ACT
with: with:
name: artifacts-${{ matrix.os }} name: artifacts-${{ matrix.os }}
@@ -273,7 +273,7 @@ jobs:
- name: Collect coverage reports - 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 if: (github.ref_name == 'main' || github.event_name == 'pull_request') && !env.ACT
with: with:
name: coverage-${{ matrix.os }}-py${{ matrix.PYTHON_VERSION }} name: coverage-${{ matrix.os }}-py${{ matrix.PYTHON_VERSION }}