Skip to content

Commit

Permalink
update node to 20 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 27, 2024
1 parent bdf4caf commit bf71a24
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/angular-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
working-directory: ./test/angular/${{ inputs.app }}
shell: bash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: angular-${{ inputs.app }}
path: test/angular/${{ inputs.app }}/src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions/angular-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
browser: chrome

- name: Upload snapshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: snapshots-angular-${{ inputs.app }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions/e2e-components/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
browser: chrome

- name: Upload snapshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: e2e-components-snapshots
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions/e2e-visual/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
shell: bash

- name: Upload snapshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: e2e-visual-snapshots-${{ strategy.job-index }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-base-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Upload snapshots
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cypress-snapshots
path: e2e/cypress/snapshots
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Upload snapshots
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cypress-snapshots
path: e2e/cypress/snapshots
Expand Down

0 comments on commit bf71a24

Please sign in to comment.