Change to newer upload-articatct verion v4

pull/340/head
3d-gussner 2024-12-23 12:15:23 +01:00 committed by GitHub
parent 75570a82ff
commit 89d3c6fc47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,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
@ -126,7 +126,7 @@ jobs:
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3.1.1 uses: actions/upload-artifact@v4
with: with:
name: Coverage name: Coverage
path: build/Coverage path: build/Coverage