Skip to content

Commit ec4e3bd

Browse files
authored
Bump action, bump minor (#3644)
* Bump minor * Bump upload/download artifact
1 parent da4d2d1 commit ec4e3bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/test.yml

+4-4
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
@@ -82,7 +82,7 @@ jobs:
8282
if: steps.node_modules_cache.outputs.cache-hit != 'true'
8383
run: npm ci
8484
- name: Download Artifacts
85-
uses: actions/download-artifact@v3
85+
uses: actions/download-artifact@v4
8686
- name: Relocate Artifacts
8787
run: mv angularfire-${{ github.run_id }} dist
8888
- name: Test Node
@@ -133,7 +133,7 @@ jobs:
133133
path: ~/.cache/firebase/emulators
134134
key: firebase_emulators
135135
- name: Download Artifacts
136-
uses: actions/download-artifact@v3
136+
uses: actions/download-artifact@v4
137137
- name: Relocate Artifacts
138138
run: mv angularfire-${{ github.run_id }} dist
139139
- name: Test browser
@@ -210,7 +210,7 @@ jobs:
210210
registry-url: 'https://registry.npmjs.org'
211211
check-latest: false
212212
- name: 'Download Artifacts'
213-
uses: actions/download-artifact@v3
213+
uses: actions/download-artifact@v4
214214
- name: Publish
215215
run: |
216216
cd ./angularfire-${{ github.run_id }}/packages-dist

Diff for: package.json

+1-1
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)