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