diff --git a/.github/workflows/component-test.yml b/.github/workflows/component-test.yml index 0a4f7b44..df603e01 100644 --- a/.github/workflows/component-test.yml +++ b/.github/workflows/component-test.yml @@ -83,14 +83,14 @@ jobs: - name: Upload Docker Logs if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: Component-Test-Docker-Logs-${{ inputs.name }} path: logs/** - name: Upload Test Reports if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: Component-Test-Reports-${{ inputs.name }} path: local-test-reports/** diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02cb293b..87385638 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: - name: Upload Test Reports if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: Test-Reports-${{ inputs.name }} path: ${{ inputs.path }}/test-reports/**