diff --git a/.github/workflows/check-pull-request.yml b/.github/workflows/check-pull-request.yml index caf75e50..96e8f0e2 100644 --- a/.github/workflows/check-pull-request.yml +++ b/.github/workflows/check-pull-request.yml @@ -164,7 +164,7 @@ jobs: - name: Save test coverage if: ${{ always() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.task.description }} coverage path: coverage diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6a0f9d2b..a6be5ffc 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -83,7 +83,7 @@ jobs: done - name: Upload Test Report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: github.event_name == 'push' && github.ref == 'refs/heads/main' && success() with: name: integration-test-report @@ -107,7 +107,7 @@ jobs: shell: bash - name: Upload docker compose logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: docker-compose-logs path: ./logs.txt