diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7723f69d..481fe9fc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: container: ${{ matrix.image.name }}:${{ matrix.image.tag }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install dependencies (Ubuntu) if: matrix.image.name == 'ubuntu' @@ -40,7 +40,7 @@ jobs: - name: Upload Test Log if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: Test Log ${{ matrix.image.name }} ${{ matrix.image.tag }} path: tests/test-suite.log