Update upload-atrifacts to version 4 as 3 is deprecated

This commit is contained in:
3d-gussner 2025-02-11 05:55:58 +01:00
parent e10c8d9c5a
commit c21dc36507
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
- name: Upload artifacts - name: Upload artifacts
if: ${{ !github.event.pull_request }} if: ${{ !github.event.pull_request }}
uses: actions/upload-artifact@v3.1.1 uses: actions/upload-artifact@v4
with: with:
name: Firmware name: Firmware
path: build/*.hex path: build/*.hex