Skip to content

Commit

Permalink
Merge pull request #180 from FoamyGuy/update_actions_version
Browse files Browse the repository at this point in the history
actions version
  • Loading branch information
ladyada authored Nov 7, 2024
2 parents 076492f + 1519212 commit 641327b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
for i in examples/*/build/*/*.uf2; do if [ -f $i ]; then j=${i##*/}; j=${j%%*.}; mv $i build/$j-${{ matrix.arduino-platform }}.uf2; fi done
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}.${{ github.sha }}
name: ${{ github.event.repository.name }}.${{ github.sha }}.${{ matrix.arduino-platform }}
path: |
build/*.hex
build/*.bin
Expand Down

0 comments on commit 641327b

Please sign in to comment.