Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump download artifact
  • Loading branch information
jamesdaniels committed Apr 9, 2025
commit f54834e9b857f6717b037b0571c74882ea8c5549
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down