From 54656e9bceca0d4a96e157796d8c914b52e63620 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Tue, 8 Apr 2025 23:12:29 -0400 Subject: [PATCH 1/2] Bump action, bump minor --- .github/workflows/test.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d109a60e..7caab388d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: - name: Build run: ./tools/build.sh - name: 'Upload Artifact' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: angularfire-${{ github.run_id }} path: dist diff --git a/package.json b/package.json index a3752fe74..20357e87b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/fire", - "version": "19.0.0", + "version": "19.1.0", "description": "Angular + Firebase = ❤️", "private": true, "scripts": { From f54834e9b857f6717b037b0571c74882ea8c5549 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Tue, 8 Apr 2025 23:14:23 -0400 Subject: [PATCH 2/2] Bump download artifact --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7caab388d..ebb9d9b3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ jobs: if: steps.node_modules_cache.outputs.cache-hit != 'true' run: npm ci - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Relocate Artifacts run: mv angularfire-${{ github.run_id }} dist - name: Test Node @@ -133,7 +133,7 @@ jobs: path: ~/.cache/firebase/emulators key: firebase_emulators - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Relocate Artifacts run: mv angularfire-${{ github.run_id }} dist - name: Test browser @@ -210,7 +210,7 @@ jobs: registry-url: 'https://registry.npmjs.org' check-latest: false - name: 'Download Artifacts' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Publish run: | cd ./angularfire-${{ github.run_id }}/packages-dist