Skip to content

Commit b737583

Browse files
committed
try tp fix #2
1 parent 59381da commit b737583

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/regressivo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
robot_reports_dir: reports
2121

2222
- name: Upload test results
23-
uses: actions/upload-artifact@v1
23+
uses: actions/upload-artifact@v3
2424
if: always()
2525
with:
2626
name: reports
@@ -36,11 +36,12 @@ jobs:
3636
with:
3737
name: reports
3838
- name: Send report to commit
39-
uses: joonvena/robotframework-reporter-action@v2.1
39+
uses: joonvena/robotframework-reporter-action@v2.4
4040
with:
4141
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
4242

4343

44+
4445
- name: GitHub Pages v3
4546
uses: peaceiris/actions-github-pages@v3.1.12
4647

0 commit comments

Comments
 (0)