diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 05439913..ba6a7bf5 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -49,7 +49,7 @@ jobs: run: xz -9 debug.log - name: Upload Debug Log if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.database.name }}-debug.log.xz path: debug.log.xz