Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 0b7f8ab
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2023
1 parent f7da1d7 commit 2c7505e
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 @@ -55,7 +55,7 @@ jobs:
WP_VERSION: ${{ matrix.wordpress }}

- name: Upload test results
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
if: failure()
with:
name: playwright-test-results
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
WP_VERSION: php8.0

- name: Upload test results
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
if: failure()
with:
name: playwright-test-results
Expand Down

0 comments on commit 2c7505e

Please sign in to comment.