Commit 7a32f97 1 parent 51da20d commit 7a32f97 Copy full SHA for 7a32f97
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
# use failure() because success() is used implicitly
88
88
# ref: https://docs.github.com/en/actions/learn-github-actions/expressions#status-check-functions
89
89
if : failure() && steps.playwright-test.outcome == 'failure'
90
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
90
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
91
91
with :
92
92
name : playwright-report-${{ github.sha }}
93
93
path : playwright-report/
@@ -204,7 +204,7 @@ jobs:
204
204
# use failure() because success() is used implicitly
205
205
# ref: https://docs.github.com/en/actions/learn-github-actions/expressions#status-check-functions
206
206
if : failure() && steps.playwright-test-conversion.outcome == 'failure'
207
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
207
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
208
208
with :
209
209
name : playwright-report-conversion-${{ github.sha }}
210
210
path : playwright-report/
You can’t perform that action at this time.
0 commit comments