Skip to content

Commit b6a673b

Browse files
committed
[#86890] workflow: Bump renode version
1 parent 4999c79 commit b6a673b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@ jobs:
4141
4242
4343
- name: Run tests on latest Renode
44-
uses: antmicro/renode-test-action@v3.1.0
44+
uses: antmicro/renode-test-action@v5
4545
with:
46-
renode-version: 'latest'
46+
renode-revision: 'master'
4747
tests-to-run: 'test.robot'
48-
renode-run-path: '${{ runner.temp }}/renode-latest'
49-
5048

5149
- name: Archive latest results
5250
uses: actions/upload-artifact@v4
@@ -57,15 +55,11 @@ jobs:
5755
log.html
5856
robot_output.xml
5957
60-
6158
- name: Run tests on Renode stable release
62-
uses: antmicro/renode-test-action@v3.1.0
63-
if: always()
59+
uses: antmicro/renode-test-action@v5
6460
with:
65-
renode-version: '1.15.0'
61+
renode-revision: 'v1.16.0'
6662
tests-to-run: 'test.robot'
67-
renode-run-path: '${{ runner.temp }}/renode-stable'
68-
6963

7064
- name: Archive Renode release results
7165
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)