diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d29891b7b..5d9a2ab5d 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 @@ -260,7 +260,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 7748487f0..f75c31e0f 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 da6333779..8f1b55e42 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 - name: Upload Artifacts id: upload-artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-python${{ matrix.python-version }}-exasol${{ matrix.exasol-version }}-slow path: .coverage