We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f794609 commit f3321a2Copy full SHA for f3321a2
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
docker run --rm --ulimit nofile=10240 -v "$(pwd)/scripts/":/scripts -v "$(pwd)/react-native/":/react-native -v "$(pwd)/fantom-reports/":/react-native/private/react-native-fantom/build/reports -w /react-native react-native-community/react-native /bin/sh -c "/scripts/test-react-native-fantom.sh"
42
- name: Upload Fantom build reports
43
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
44
if: always()
45
with:
46
name: fantom-build-reports
0 commit comments