Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into support/reorganize-…
Browse files Browse the repository at this point in the history
…create-page-modules
  • Loading branch information
yuki-takei committed Apr 4, 2024
2 parents 7d5b586 + 90e20da commit bd86865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
yarn --production
- name: Download production files artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Production Files (node${{ inputs.node-version }})

Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
yarn cypress install
- name: Download production files artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Production Files (node${{ inputs.node-version }})

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-app-reg-suit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
yarn --frozen-lockfile
- name: Download screenshots taken by cypress
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.cypress-report-artifact-name }}
path: apps/app/test/cypress
Expand Down

0 comments on commit bd86865

Please sign in to comment.