Skip to content

Commit 4f899ff

Browse files
committed
v4
1 parent 2967ea5 commit 4f899ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/regressivo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Robot Framework
1515
uses: frafaelptu/robotframework-docker-action-run-tests@v2.0.0
@@ -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@v4
2424
if: always()
2525
with:
2626
name: reports
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Download reports
35-
uses: actions/download-artifact@v1
35+
uses: actions/download-artifact@v4
3636
with:
3737
name: reports
3838
- name: Send report to commit

0 commit comments

Comments
 (0)