Skip to content

Commit

Permalink
Merge pull request #315 from arrow2nd/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-4.x

⬆️ Update actions/upload-artifact action to v4
  • Loading branch information
arrow2nd authored Dec 16, 2023
2 parents 5e83140 + 4c8676d commit 3e7e5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
PREVIEW_URL: ${{ steps.shinypoems.outputs.url }}

- name: Upload report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-e2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
PREVIEW_URL: ${{ steps.shinypoems.outputs.url }}

- name: Upload report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-vrt
Expand Down

1 comment on commit 3e7e5e2

@vercel
Copy link

@vercel vercel bot commented on 3e7e5e2 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiny-poems – ./

shiny-poems-git-main-arrow2nd.vercel.app
shiny-poems-arrow2nd.vercel.app
shiny-poems.vercel.app

Please sign in to comment.