Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 1eb3cb2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 15, 2024
1 parent ab6cb81 commit 1071e46
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # 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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
if: failure()
with:
name: playwright-test-results
Expand Down

0 comments on commit 1071e46

Please sign in to comment.