Skip to content

Commit

Permalink
update download and uplad artifacts action to v4 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
ettorepuccetti committed Dec 30, 2023
1 parent a8d30a0 commit 01b699f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build: npm run build:test
runTests: false
- name: Save build folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
if-no-files-found: error
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download the build folders
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: .next
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download the build folders
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: .next
Expand All @@ -127,7 +127,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download the build folders
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: .next
Expand Down

0 comments on commit 01b699f

Please sign in to comment.