Skip to content

Commit

Permalink
fixed action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dakhnod committed Jan 11, 2025
1 parent 8c884d8 commit 6c506aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firmware-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
make BLE_ROOT=../../../../ FAMILY=NRF51
- name: store firmware
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmware-file
path: _build/nrf51822_xxac.hex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jinja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
submodules: true
- name: parse feature template
uses: cuchi/[email protected].2
uses: rondefreitas/[email protected].3
with:
template: src/config/feature_config.template.h.jinja
output_file: src/config/feature_config.template.h
Expand Down

0 comments on commit 6c506aa

Please sign in to comment.