Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/toolchain_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
timeout-minutes: 360

steps:
# This uses checkout v3 instead of v4 because GitHub actions's nodejs 20 currently does not work on CentOS 7.
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup environment
run: |
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
"${{ matrix.mcmodel }}" \
"${{ matrix.cflags }}"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}-toolchains
path: ${{ env.ARTIFACT_STAGING_DIR }}
Expand Down