Skip to content

Commit

Permalink
fix(build): update deprecated actions/updaload-artifact@v3 to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jan 31, 2025
1 parent 3f5f0b6 commit 1ac6afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flex-stacker-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: 'Prep for install'
run: cmake --install ./build-stm32-cross --component flex-stacker
- name: 'Save firmware artifacts'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: flex-stacker-build
path: dist/flex-stacker/*.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/heater-shaker-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: 'Prep for install'
run: cmake --install ./build-stm32-cross --component heater-shaker
- name: 'Save firmware artifacts'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: heater-shaker-build
path: dist/heater-shaker/*.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thermocycler-gen2-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: 'Prep for install'
run: cmake --install ./build-stm32-cross --component thermocycler-gen2
- name: 'Save firmware artifacts'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: thermocycler-gen2-build
path: dist/thermocycler-gen2/*.zip
Expand Down

0 comments on commit 1ac6afd

Please sign in to comment.