Skip to content

Commit

Permalink
upgrade to artifact v4 in changed-firestore
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Nov 7, 2024
1 parent 45b3226 commit 3aac731
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
sudo apt-get update
sudo apt-get install google-chrome-stable
- name: Download build archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-${{ github.sha }}
- name: Unzip build artifact
Expand All @@ -118,7 +118,7 @@ jobs:
sudo apt-get update
sudo apt-get install google-chrome-stable
- name: Download build archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-${{ github.sha }}
- name: Unzip build artifact
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
sudo apt-get update
sudo apt-get install google-chrome-stable
- name: Download build archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-${{ github.sha }}
- name: Unzip build artifact
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
with:
node-version-file: .nvmrc
- name: Download build archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-${{ github.sha }}
- name: Unzip build artifact
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
sudo apt-get update
sudo apt-get install firefox
- name: Download build archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-${{ github.sha }}
- name: Unzip build artifact
Expand All @@ -235,7 +235,7 @@ jobs:
with:
node-version-file: .nvmrc
- name: Download build archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-${{ github.sha }}
- name: Unzip build artifact
Expand All @@ -262,7 +262,7 @@ jobs:
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
- name: Download build archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-${{ github.sha }}
- name: Unzip build artifact
Expand Down

0 comments on commit 3aac731

Please sign in to comment.