mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
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:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user