Skip to content

Commit

Permalink
renode tests: update github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed Sep 13, 2024
1 parent 42f92eb commit f975dbe
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-renode-fastmath-smallstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:


- name: Upload Output Dir
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Renode Test Results
path: test_results/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-renode-noasm-smallstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:


- name: Upload Output Dir
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Renode Test Results
path: test_results/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-renode-noasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:


- name: Upload Output Dir
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Renode Test Results
path: test_results/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-renode-nrf52.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:


- name: Upload Output Dir
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Renode Test Results
path: test_results/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-renode-sha3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:


- name: Upload Output Dir
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Renode Test Results
path: test_results/
4 changes: 2 additions & 2 deletions .github/workflows/test-renode-sha384.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:


- name: Upload Output Dir
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Renode Test Results
path: test_results/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-renode-smallstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:


- name: Upload Output Dir
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Renode Test Results
path: test_results/
Expand Down

0 comments on commit f975dbe

Please sign in to comment.