Skip to content

Commit 34e71b6

Browse files
committed
fix: corrects upload-pages-artifact version
1 parent b29319f commit 34e71b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/configure-pages@v3
3333

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

0 commit comments

Comments
 (0)