Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2024
1 parent 03313f8 commit dc91c22
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 @@ -60,7 +60,7 @@ jobs:
WP_VERSION: ${{ matrix.wordpress }}

- name: Upload test results
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: failure()
with:
name: playwright-test-results-${{ matrix.wordpress }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
WP_VERSION: php8.1

- name: Upload test results
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: failure()
with:
name: playwright-test-results-bundle
Expand Down

0 comments on commit dc91c22

Please sign in to comment.