Skip to content

Commit

Permalink
artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad authored Oct 18, 2023
1 parent 04f1f9d commit 3f38c5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ jobs:
id-token: write
steps:
- name: 📥 Get artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: playwright-report
path: playwright-report

- name: 📄 Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3

- name: 📤 Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: playwright-report/

- name: 🚀 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v3

0 comments on commit 3f38c5b

Please sign in to comment.