File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 run : composer run behat
121121
122122 - name : Upload Behat results
123- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
123+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
124124 if : always()
125125 with :
126126 name : behat-results
Original file line number Diff line number Diff line change @@ -151,15 +151,15 @@ jobs:
151151 run : npm run test:e2e
152152
153153 - name : Upload Playwright report
154- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
154+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
155155 if : always()
156156 with :
157157 name : playwright-report
158158 path : apps/${{ env.APP_NAME }}/playwright-report/
159159 retention-days : 30
160160
161161 - name : Upload Playwright results
162- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
162+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
163163 if : always()
164164 with :
165165 name : playwright-test-results
You can’t perform that action at this time.
0 commit comments