diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72767157..6e7e3edb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,8 +33,8 @@ jobs: with: cache-read-only: false arguments: ${{ inputs.image }}:test -Pisle.test.pull=true ${{ inputs.digests }} --info - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: - name: Test Logs + name: ${{ inputs.image }} Test Logs path: build/**/*.log