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 25854b4 commit a4b6a48Copy full SHA for a4b6a48
.github/workflows/firebase_functions.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Upload npm logs
32
if: always()
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
with:
35
name: npm-logs
36
path: "~/.npm/_logs/**/*"
.github/workflows/flutter.yml
@@ -35,7 +35,7 @@ jobs:
./tool/build.sh
flutter test --coverage
37
- run: flutter test --coverage
38
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
39
if: failure()
40
41
name: failures
0 commit comments