Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57d61af

Browse files
authoredApr 5, 2025··
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#86)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d5f032 commit 57d61af

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.6.1
46+
- uses: actions/upload-artifact@v4.6.2
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.6.1
54+
- uses: actions/upload-artifact@v4.6.2
5555
name: Upload artifacts (release)
5656
if: startsWith(github.ref, 'refs/tags/')
5757
with:

0 commit comments

Comments
 (0)
Please sign in to comment.