Skip to content

Commit

Permalink
Github Actions: Update to actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard authored and mathias-arm committed Aug 5, 2023
1 parent dd11a5a commit d2f519b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
cp projectfiles/make_gcc_arm/*_bl/build/*_crc.{bin,hex} bootloaders
- name: Upload test artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: firmware-dev-${{github.run_number}}
path: |
Expand Down

0 comments on commit d2f519b

Please sign in to comment.