From 4b8ea28f1405c2c3af5e2cdac27b3d3261675714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:45:06 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.0 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 6 +++--- .github/workflows/report.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9c7b5dd8..d5c081b3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -63,7 +63,7 @@ jobs: run: poetry run nox -s lint:code - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 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.4.3 with: name: security-python${{ matrix.python-version }} path: .security.json @@ -143,7 +143,7 @@ jobs: run: poetry run nox -s test:coverage -- -- --db-version ${{ matrix.exasol-version }} - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: coverage-python${{ matrix.python-version }} path: .coverage diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index bb743361..804e1400 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -38,7 +38,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.4.3 with: name: metrics.json path: metrics.json