Merge pull request #1 from FoamyGuy/update_actions_version
update actions version
This commit is contained in:
commit
4cfa338a08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
make
|
||||
cp fatfs_reader.uf2 ../${{ matrix.board }}-fatfs_reader.uf2
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.board }}-fatfs_reader
|
||||
path: ${{ matrix.board }}-fatfs_reader.uf2
|
||||
|
|
|
|||
Loading…
Reference in a new issue