diff --git a/.github/workflows/arm_gcc11.yml b/.github/workflows/arm_gcc11.yml index 593d5e5..9b73ba7 100644 --- a/.github/workflows/arm_gcc11.yml +++ b/.github/workflows/arm_gcc11.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/riscv_gcc11.yml b/.github/workflows/riscv_gcc11.yml index c41b879..cd0dff5 100644 --- a/.github/workflows/riscv_gcc11.yml +++ b/.github/workflows/riscv_gcc11.yml @@ -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 @@ -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 @@ -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