diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ce4926cf..7df20bcb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -78,7 +78,7 @@ jobs: run: poetry run -- nox -s lint:code - name: Upload Artifacts - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.2 with: name: lint-python${{ matrix.python-version }} path: | @@ -127,7 +127,7 @@ jobs: run: poetry run -- nox -s lint:security - name: Upload Artifacts - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.2 with: name: security-python${{ matrix.python-version }} path: .security.json @@ -170,7 +170,7 @@ jobs: run: poetry run -- nox -s test:unit -- --coverage - name: Upload Artifacts - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.2 with: name: coverage-python${{ matrix.python-version }}-fast path: .coverage diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 077b48d5..1e0dcf13 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -41,7 +41,7 @@ jobs: run: poetry run -- nox -s project:report -- --format json | tee metrics.json - name: Upload Artifacts - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.2 with: name: metrics.json path: metrics.json diff --git a/.github/workflows/slow-checks.yml b/.github/workflows/slow-checks.yml index c0913f18..dcca1794 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.6.0 + uses: actions/upload-artifact@v4.6.2 with: name: coverage-python${{ matrix.python-version }}-${{matrix.connector}}-slow path: .coverage