diff --git a/.github/workflows/CompareScreenshot.yml b/.github/workflows/CompareScreenshot.yml index c61983bf..8e59a9c3 100644 --- a/.github/workflows/CompareScreenshot.yml +++ b/.github/workflows/CompareScreenshot.yml @@ -58,7 +58,7 @@ jobs: run: | ./gradlew compareRoborazziDebug compareRoborazziDesktop compareRoborazziJvm compareRoborazziIosArm64 compareRoborazziIosX64 --stacktrace --info - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: screenshot-diff @@ -66,7 +66,7 @@ jobs: **/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: screenshot-diff-reports @@ -75,7 +75,7 @@ jobs: **/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: screenshot-diff-test-results @@ -88,7 +88,7 @@ jobs: run: | mkdir -p ./pr echo ${{ github.event.number }} > ./pr/NR - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: pr path: pr/ diff --git a/.github/workflows/StoreScreenshot.yml b/.github/workflows/StoreScreenshot.yml index 941cb4e1..55e39652 100644 --- a/.github/workflows/StoreScreenshot.yml +++ b/.github/workflows/StoreScreenshot.yml @@ -41,7 +41,7 @@ jobs: cd .. ./gradlew recordRoborazziDebug recordRoborazziDesktop recordRoborazziJvm recordRoborazziIosX64 recordRoborazziIosArm64 --stacktrace - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: screenshot @@ -49,7 +49,7 @@ jobs: **/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: screenshot-reports @@ -58,7 +58,7 @@ jobs: **/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: screenshot-test-results diff --git a/.github/workflows/build-plugin.yaml b/.github/workflows/build-plugin.yaml index 75f3e6e3..1424afc6 100644 --- a/.github/workflows/build-plugin.yaml +++ b/.github/workflows/build-plugin.yaml @@ -28,7 +28,7 @@ jobs: run: | ./gradlew roborazzi-idea-plugin:build --stacktrace - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: roborazzi-plugin-jar diff --git a/.github/workflows/compare-verify-test.yaml b/.github/workflows/compare-verify-test.yaml index edbfce7b..3fcf3188 100644 --- a/.github/workflows/compare-verify-test.yaml +++ b/.github/workflows/compare-verify-test.yaml @@ -64,21 +64,21 @@ jobs: echo "Roborazzi should verify changes" exit 1 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: screenshot-diff path: sample-android/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: screenshot-diff-reports path: sample-android/build/reports retention-days: 30 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: screenshot-diff-test-results diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 760acc9f..e99f6abe 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -38,7 +38,7 @@ jobs: docker-version: ${{ env.DOCKER_VERSION }} - name: Upload documentation - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: docs path: | diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index ed247023..39117a95 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -29,14 +29,14 @@ jobs: cd include-build ./gradlew roborazzi-gradle-plugin:check --stacktrace - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: test-reports path: include-build/roborazzi-gradle-plugin/build/reports retention-days: 30 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: test-test-results diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 71596829..2c173885 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: cd include-build ./gradlew test jvmTest --stacktrace -x testReleaseUnitTest - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: ${{ always() }} with: name: tests-reports