Upgrade GitHub Actions to use latest versions

This commit is contained in:
Emanuel Feru
2026-01-14 17:12:59 +01:00
committed by GitHub
parent e0a585509e
commit b0bd1954c4

View File

@@ -13,7 +13,7 @@ jobs:
steps: steps:
# Get required packages # Get required packages
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: fiam/arm-none-eabi-gcc@v1 - uses: fiam/arm-none-eabi-gcc@v1
with: with:
release: '9-2019-q4' release: '9-2019-q4'
@@ -33,7 +33,7 @@ jobs:
run: pio run run: pio run
- name: 'Upload Build Artifact' - name: 'Upload Build Artifact'
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
path: ${{github.workspace}}/.pio/build/** path: ${{github.workspace}}/.pio/build/**
name: ${{github.event.repository.name}}_build_${{github.run_number}} name: ${{github.event.repository.name}}_build_${{github.run_number}}