Skip to content

Commit 50b977d

Browse files
authored
Bump actions/upload-artifact from 4 to 5 (#3805)
2 parents 2dbe91c + f0b5062 commit 50b977d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
start: bash ./scripts/run_e2e_all.sh
5959
wait-on: "http://localhost:8000"
6060

61-
- uses: actions/upload-artifact@v4
61+
- uses: actions/upload-artifact@v5
6262
if: failure()
6363
with:
6464
name: cypress-screenshots
6565
path: cypress/screenshots
6666
if-no-files-found: ignore
6767

68-
- uses: actions/upload-artifact@v4
68+
- uses: actions/upload-artifact@v5
6969
if: failure()
7070
with:
7171
name: cypress-videos

0 commit comments

Comments
 (0)