Skip to content

Commit e814304

Browse files
committed
fix: corrects upload-pages-artifact version
1 parent b596fa7 commit e814304

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-reports.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@ jobs:
3232
uses: actions/configure-pages@v2
3333

3434
- name: Upload Reports
35-
uses: actions/upload-pages-artifact@v2
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: "reports"
3838

3939
- name: Deploy to GitHub Pages
4040
id: deployment
4141
uses: actions/deploy-pages@v2
42+
with:
43+
artifact_name: github-pages
44+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)