Skip to content

Commit 93b14df

Browse files
committed
replace deprecated actions/upload-artifact@v2 with actions/upload-artifact@v4
1 parent 407bea8 commit 93b14df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
docker compose -f env/docker/docker-compose.ci.yml up --abort-on-container-exit --exit-code-from testing
9393
- name: Upload cypress screenshots and videos of failed tests
9494
if: failure()
95-
uses: actions/upload-artifact@v2
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: cypress-screenshots-and-videos-of-failed-tests
9898
path: test_output/*

0 commit comments

Comments
 (0)