Skip to content

Commit

Permalink
Merge pull request #208 from appunite/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4 [New snapshots]
  • Loading branch information
nowakweronika authored Feb 27, 2024
2 parents c78f8d6 + e2dec8f commit 3e0c779
Show file tree
Hide file tree
Showing 39 changed files with 4 additions and 25 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-snapshot-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
lfs: true

- name: Prepare Android Environment
uses: ./.github/actions/prepare-android-env

- name: Gradle - Record snapshots with Paparazzi
id: testStep
run: ./gradlew components:recordPaparazziDebug
Expand All @@ -41,7 +44,7 @@ jobs:

- name: Upload snapshot record report
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: snapshot-recording-failure-report
path: components/build/reports/tests/testDebugUnitTest/
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 3e0c779

Please sign in to comment.