Skip to content

Commit 54656e9

Browse files
committed
Bump action, bump minor
1 parent da4d2d1 commit 54656e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build
4848
run: ./tools/build.sh
4949
- name: 'Upload Artifact'
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: angularfire-${{ github.run_id }}
5353
path: dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/fire",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"description": "Angular + Firebase = ❤️",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)