diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7aec3508..0131cb87 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: run: make ${{ matrix.build.action }} - name: Upload test log file on error - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: Test Logs - ${{ matrix.build.name }}