From cd89a876e33770f555f8712ef1e815a94862e96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:49:24 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.2 to 5.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 6 +++--- .github/workflows/report.yml | 2 +- .github/workflows/slow-checks.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 05a4662..9132da7 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -99,7 +99,7 @@ jobs: - name: Upload Artifacts id: upload-artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: lint-python${{ matrix.python-versions }} path: | @@ -161,7 +161,7 @@ jobs: - name: Upload Artifacts id: upload-artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: security-python${{ matrix.python-versions }} path: .security.json @@ -238,7 +238,7 @@ jobs: - name: Upload Artifacts id: upload-artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-python${{ matrix.python-versions }}-fast path: .coverage diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 7748487..f75c31e 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -51,7 +51,7 @@ jobs: - name: Upload Artifacts id: upload-artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: metrics.json path: metrics.json diff --git a/.github/workflows/slow-checks.yml b/.github/workflows/slow-checks.yml index f544bb8..196f0c8 100644 --- a/.github/workflows/slow-checks.yml +++ b/.github/workflows/slow-checks.yml @@ -51,7 +51,7 @@ jobs: - name: Upload Artifacts id: upload-artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-python3.10-${{ matrix.backend }}-${{ matrix.exasol-version }} path: .coverage