Skip to content

Commit a24b167

Browse files
authored
Update GitHub Actions to use latest versions
1 parent 4289ac6 commit a24b167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_on_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
# Get required packages
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- uses: fiam/arm-none-eabi-gcc@v1
1818
with:
1919
release: '9-2019-q4'
@@ -33,7 +33,7 @@ jobs:
3333
run: pio run
3434

3535
- name: 'Upload Build Artifact'
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
path: ${{github.workspace}}/.pio/build/**
3939
name: ${{github.event.repository.name}}_build_${{github.run_number}}

0 commit comments

Comments
 (0)