We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a5855 commit b0bd195Copy full SHA for b0bd195
1 file changed
.github/workflows/build_on_commit.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
# Get required packages
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
- uses: fiam/arm-none-eabi-gcc@v1
18
with:
19
release: '9-2019-q4'
@@ -33,7 +33,7 @@ jobs:
33
run: pio run
34
35
- name: 'Upload Build Artifact'
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
38
path: ${{github.workspace}}/.pio/build/**
39
name: ${{github.event.repository.name}}_build_${{github.run_number}}
0 commit comments