Skip to content

Commit 7121903

Browse files
committed
update versions
1 parent 78cdcd3 commit 7121903

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/regressivo.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v2
1313
- name: Run Tests
14-
uses: joonvena/robotframework-docker-action@v1.0
14+
uses: joonvena/robotframework-docker-action@v1.1
1515
with:
1616
# browser: chrome
1717
robot_tests_dir: tests
1818
- name: Upload Test Report
19-
uses: actions/upload-artifact@v1
19+
uses: actions/upload-artifact@v4.4.0
2020
if: always()
2121
with:
2222
name: reports
@@ -28,10 +28,10 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Download reports
31-
uses: actions/download-artifact@v1
31+
uses: actions/download-artifact@v4
3232
with:
3333
name: reports
3434
- name: Send report to commit
35-
uses: joonvena/robotframework-reporter-action@v2.1
35+
uses: joonvena/robotframework-reporter-action@v2.5
3636
with:
3737
gh_access_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)