Skip to content

Commit 6c07c17

Browse files
committed
ci update upload-artifact action to v7
1 parent c74b906 commit 6c07c17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/platformio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
mv .pio/build/${{ matrix.target.name }}/firmware_0x00.bin .pio/build/${{ env.build_name }}_0x00.bin
9292
9393
- name: Create Artifact
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v7
9595
with:
9696
name: ${{ env.build_name }}.bin
9797
path: .pio/build/${{ env.build_name }}.bin
9898

9999
- name: Create Artifact Merged
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v7
101101
if: ${{ matrix.target.merge == true }}
102102
with:
103103
name: "${{ env.build_name }}_0x00.bin"

0 commit comments

Comments
 (0)