Commit 2cef923 1 parent 5ba36e3 commit 2cef923 Copy full SHA for 2cef923
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
90
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
207
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
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