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 da4d2d1 commit 54656e9Copy full SHA for 54656e9
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build
48
run: ./tools/build.sh
49
- name: 'Upload Artifact'
50
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
51
with:
52
name: angularfire-${{ github.run_id }}
53
path: dist
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@angular/fire",
3
- "version": "19.0.0",
+ "version": "19.1.0",
4
"description": "Angular + Firebase = ❤️",
5
"private": true,
6
"scripts": {
0 commit comments