We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e509df commit 8d19a55Copy full SHA for 8d19a55
2 files changed
.github/workflows/android-publish.yml
@@ -82,7 +82,7 @@ jobs:
82
run: echo "${{ inputs.release_notes }}" > release_notes/whatsnew-en-AU
83
84
- name: Upload AAB to artifacts
85
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
86
with:
87
name: app-release-aab
88
path: app/android/app/build/outputs/bundle/release/app-release.aab
.github/workflows/ui-test.yml
@@ -52,7 +52,7 @@ jobs:
52
wait-on: "http://localhost:8081, http://localhost:5264/health"
53
working-directory: ./tests/cypress-tests
54
- name: Upload screenshots
55
- uses: actions/upload-artifact@v5
56
if: failure()
57
58
name: cypress-screenshots
0 commit comments