Skip to content

Commit 785042d

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#70)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.5.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 277b91d commit 785042d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
zip -j .pio/build/recovery_firmware.zip .pio/build/*.factory.bin
4444
rm -f .pio/build/*.factory.bin
4545
46-
- uses: actions/upload-artifact@v4.4.3
46+
- uses: actions/upload-artifact@v4.5.0
4747
name: Upload artifacts (commit)
4848
if: (startsWith(github.event.ref, 'refs/tags') != true)
4949
with:
5050
path: |
5151
.pio/build/*.bin
5252
.pio/build/recovery_firmware.zip
5353
54-
- uses: actions/upload-artifact@v4.4.3
54+
- uses: actions/upload-artifact@v4.5.0
5555
name: Upload artifacts (release)
5656
if: startsWith(github.ref, 'refs/tags/')
5757
with:

0 commit comments

Comments
 (0)