Skip to content

Commit 811ef43

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2
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]>
1 parent 4d5f032 commit 811ef43

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/[email protected].1
46+
- uses: actions/[email protected].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/[email protected].1
54+
- uses: actions/[email protected].2
5555
name: Upload artifacts (release)
5656
if: startsWith(github.ref, 'refs/tags/')
5757
with:

0 commit comments

Comments
 (0)