File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 CYPRESS_INSTALL_BINARY : 0
117117 - name : run test:unit
118118 run : npm run test:unit
119- - uses : actions/upload-artifact@v3
119+ - uses : actions/upload-artifact@v4
120120 with :
121121 name : coverage
122122 path : ./coverage
@@ -127,7 +127,7 @@ jobs:
127127 steps :
128128 - name : checkout
129129 uses : actions/checkout@v4
130- - uses : actions/download-artifact@v3
130+ - uses : actions/download-artifact@v4.1.7
131131 with :
132132 name : coverage
133133 path : ./coverage
@@ -159,7 +159,7 @@ jobs:
159159 env :
160160 CYPRESS_username : ${{ secrets.traQ_username }}
161161 CYPRESS_password : ${{ secrets.traQ_password }}
162- - uses : actions/upload-artifact@v3
162+ - uses : actions/upload-artifact@v4
163163 with :
164164 name : failed-screenshots
165165 path : ./tests/e2e/screenshots
You can’t perform that action at this time.
0 commit comments