Skip to content

Commit

Permalink
Upgrade actions/upload-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Dec 15, 2023
1 parent ac10700 commit 00fb644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Rename Factory Firmware
run: mv .pio/build/${{ matrix.environment }}/firmware.factory.bin .pio/build/${{ matrix.environment }}/opendtu-${{ matrix.environment }}.factory.bin

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: opendtu-${{ matrix.environment }}
path: |
Expand Down

0 comments on commit 00fb644

Please sign in to comment.