Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 694cdab
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 19, 2024
1 parent a093813 commit f4b00c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
WP_VERSION: ${{ matrix.wordpress }}

- name: Upload test results
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4
if: failure()
with:
name: playwright-test-results
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
WP_VERSION: php8.0

- name: Upload test results
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4
if: failure()
with:
name: playwright-test-results
Expand Down

0 comments on commit f4b00c3

Please sign in to comment.