From 82e89353cd6a50894aa71753ea829e466b92651a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 03:39:49 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/CompareScreenshot.yml | 8 ++++---- .github/workflows/StoreScreenshot.yml | 6 +++--- .github/workflows/build-plugin.yaml | 2 +- .github/workflows/compare-verify-test.yaml | 6 +++--- .github/workflows/deploy-docs.yml | 6 +++--- .github/workflows/integration-test.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/CompareScreenshot.yml b/.github/workflows/CompareScreenshot.yml index f5f8148b..4269be71 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: screenshot-diff @@ -66,7 +66,7 @@ jobs: **/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: screenshot-diff-reports @@ -75,7 +75,7 @@ jobs: **/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 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@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: pr path: pr/ diff --git a/.github/workflows/StoreScreenshot.yml b/.github/workflows/StoreScreenshot.yml index e60d9e6b..941cb4e1 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: screenshot @@ -49,7 +49,7 @@ jobs: **/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: screenshot-reports @@ -58,7 +58,7 @@ jobs: **/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: screenshot-test-results diff --git a/.github/workflows/build-plugin.yaml b/.github/workflows/build-plugin.yaml index fb59366c..75f3e6e3 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 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 42d7be6c..edbfce7b 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: screenshot-diff path: sample-android/build/outputs/roborazzi retention-days: 30 - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: screenshot-diff-reports path: sample-android/build/reports retention-days: 30 - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: screenshot-diff-test-results diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 18eb1310..760acc9f 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: docs path: | @@ -62,7 +62,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@18f0f591fbc635562c815484d73b6e8e3980482e # v1 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: docs path: artifacts @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: docs diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 29beef80..ed247023 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: test-reports path: include-build/roborazzi-gradle-plugin/build/reports retention-days: 30 - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: test-test-results diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 56c5f4fa..71596829 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: ${{ always() }} with: name: tests-reports