Skip to content

Commit

Permalink
ACTIONS: update GH actions to v4 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer authored Mar 30, 2024
1 parent 437e6d5 commit 5894e1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container:
image: miyoocfw/toolchain-shared-uclibc:master
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- if: inputs.submodule
run: git submodule update --init --depth 1 -- ${{ inputs.submodule }}
Expand All @@ -28,7 +28,7 @@ jobs:
cd ${{ inputs.submodule }}
echo "key=${{ inputs.submodule }}-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
if: inputs.submodule
with:
path: ${{ inputs.submodule || '.' }}/dist/*
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- run: find ${{ inputs.submodule || '.' }}/dist

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: kernel (uClibc)
path: ${{ inputs.submodule || '.' }}/dist/*
Expand Down

0 comments on commit 5894e1c

Please sign in to comment.