Skip to content

Commit 2cef923

Browse files
chore(deps): update actions/upload-artifact action to v4.3.2 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ba36e3 commit 2cef923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# use failure() because success() is used implicitly
8888
# ref: https://docs.github.com/en/actions/learn-github-actions/expressions#status-check-functions
8989
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
9191
with:
9292
name: playwright-report-${{ github.sha }}
9393
path: playwright-report/
@@ -204,7 +204,7 @@ jobs:
204204
# use failure() because success() is used implicitly
205205
# ref: https://docs.github.com/en/actions/learn-github-actions/expressions#status-check-functions
206206
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
208208
with:
209209
name: playwright-report-conversion-${{ github.sha }}
210210
path: playwright-report/

0 commit comments

Comments
 (0)