Skip to content

Commit

Permalink
Ramp github workflows to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
grygorek committed Mar 13, 2024
1 parent 487a27d commit 4ff8094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arm_gcc11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install ARM none GCC 11.3.1
shell: bash
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: cmake --build . -j

- name: Save binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: arm-ca9-elf
retention-days: 1
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
qemu-system-arm --version
- name: Donwload arm binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: arm-ca9-elf

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/riscv_gcc11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install RISC-V none GCC 11.3.0
shell: pwsh
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run: cmake --build . -j

- name: Save binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: riscv-elf
retention-days: 1
Expand All @@ -70,7 +70,7 @@ jobs:
qemu-system-riscv32 --version
- name: Donwload riscv binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: riscv-elf

Expand Down

0 comments on commit 4ff8094

Please sign in to comment.