diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c1414f6..cce8c746 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: bats tests/run.bats --show-output-of-passing-tests --timing --verbose-run - name: Archive test logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: ${{ env.FLAVOR }}-logs