Skip to content

Commit 5d3e8a0

Browse files
authored
Merge pull request #13 from Cosmo-CoDiOS/dependabot/github_actions/actions/upload-artifact-5
chore(ci): bump actions/upload-artifact from 4 to 5
2 parents 887cd94 + bb18ece commit 5d3e8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-debug-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
--all --locked --verbose --target=thumbv7em-none-eabihf
3434
use-cross: true
3535
- name: Upload [debug] artifacts
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: 'codi_bootload-debug'
3939
path: /home/runner/work/codi_bootload/codi_bootload/target/thumbv7em-none-eabihf/debug/codi_bootload

0 commit comments

Comments
 (0)