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 ecd67ce commit 877ee8eCopy full SHA for 877ee8e
.github/workflows/test-all.yml
@@ -57,7 +57,7 @@ jobs:
57
gzip build.tar
58
- name: Upload build archive
59
if: ${{ !cancelled() }}
60
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
61
with:
62
name: build.tar.gz
63
path: build.tar.gz
.github/workflows/test-changed-firestore.yml
@@ -72,7 +72,7 @@ jobs:
72
73
74
if: ${{ !cancelled() && steps.build.outcome == 'success' && steps.check-changed.outcome != 'success' }}
75
76
77
78
0 commit comments