Skip to content

Commit 9c60a11

Browse files
authored
docs: update actions/*-artifact versions (#1673)
1 parent 9f8d3e5 commit 9c60a11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,14 +636,14 @@ jobs:
636636
- uses: actions/checkout@v6
637637
- uses: cypress-io/github-action@v7
638638
# after the test run completes store videos and any screenshots
639-
- uses: actions/upload-artifact@v6
639+
- uses: actions/upload-artifact@v7
640640
# add the line below to store screenshots only on failures
641641
# if: failure()
642642
with:
643643
name: cypress-screenshots
644644
path: cypress/screenshots
645645
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`
646-
- uses: actions/upload-artifact@v6
646+
- uses: actions/upload-artifact@v7
647647
with:
648648
name: cypress-videos
649649
path: cypress/videos
@@ -1485,7 +1485,7 @@ jobs:
14851485
runTests: false # only build app, don't test yet
14861486
build: npm run build
14871487
- name: Store build artifacts
1488-
uses: actions/upload-artifact@v6
1488+
uses: actions/upload-artifact@v7
14891489
with:
14901490
name: app
14911491
path: build
@@ -1498,7 +1498,7 @@ jobs:
14981498
steps:
14991499
- uses: actions/checkout@v6
15001500
- name: Restore build artifacts
1501-
uses: actions/download-artifact@v7
1501+
uses: actions/download-artifact@v8
15021502
with:
15031503
name: app
15041504
path: build

0 commit comments

Comments
 (0)