Skip to content

Commit 5660015

Browse files
authored
Merge pull request #82 from jwnrt/github-actions-versions
Bump GitHub Actions versions
2 parents 6bb617d + 5e22d10 commit 5660015

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/toolchain_build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
timeout-minutes: 360
4949

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

5453
- name: Setup environment
5554
run: |
@@ -94,7 +93,7 @@ jobs:
9493
"${{ matrix.mcmodel }}" \
9594
"${{ matrix.cflags }}"
9695
97-
- uses: actions/upload-artifact@v3
96+
- uses: actions/upload-artifact@v4
9897
with:
9998
name: ${{ matrix.name }}-toolchains
10099
path: ${{ env.ARTIFACT_STAGING_DIR }}

0 commit comments

Comments
 (0)