Skip to content

Commit

Permalink
Merge pull request #3897 from 10up/upkeep/upload-artifact
Browse files Browse the repository at this point in the history
Bumped `actions/upload-artifact` from v3 to v4
  • Loading branch information
felipeelia authored Apr 25, 2024
2 parents d4e1ca6 + b8beebe commit bdf8738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-vendor-prefixed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm run build:zip

- name: Make artifacts available
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Plugin Zip
retention-days: 2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: npm run cypress:run -- --env grepTags=${{ matrix.testGroup }}

- name: Make artifacts available
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-artifact-${{ matrix.core.name }}-${{ matrix.testGroup }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
run: npm run cypress:run -- --env grepTags=${{ matrix.testGroup }}

- name: Make artifacts available
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-artifact-epio-${{ matrix.core.name }}-${{ matrix.testGroup }}
Expand Down

0 comments on commit bdf8738

Please sign in to comment.