Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ec4e3bd

Browse files
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

‎.github/workflows/test.yml‎

Lines changed: 4 additions & 4 deletions
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

‎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)

AltStyle によって変換されたページ (->オリジナル) /