From 0617b5754a06392725c4a1387212c87a01063b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:28:36 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.0 to 4.5.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... 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 fc4ff92b5..5db370c3a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -65,7 +65,7 @@ jobs: run: poetry run nox -s lint:code - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.5.0 with: name: lint-python${{ matrix.python-version }} path: .lint.txt @@ -112,7 +112,7 @@ jobs: run: poetry run nox -s lint:security - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.5.0 with: name: security-python${{ matrix.python-version }} path: .security.json @@ -157,7 +157,7 @@ jobs: run: poetry run nox -s test:unit -- -- --coverage - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.5.0 with: name: coverage-python${{ matrix.python-version }}-fast path: .coverage diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 825322dee..d91957356 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -42,7 +42,7 @@ jobs: run: poetry run nox -s project:report -- -- --format json | tee metrics.json - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.5.0 with: name: metrics.json path: metrics.json diff --git a/.github/workflows/slow-checks.yml b/.github/workflows/slow-checks.yml index 89c49f7ab..98118c814 100644 --- a/.github/workflows/slow-checks.yml +++ b/.github/workflows/slow-checks.yml @@ -39,7 +39,7 @@ jobs: run: poetry run nox -s test:integration -- -- --coverage --db-version ${{ matrix.exasol-version }} - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.5.0 with: name: coverage-python${{ matrix.python-version }}-slow path: .coverage