Skip to content

Commit cc3a343

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25833ce commit cc3a343

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
@@ -34,13 +34,13 @@ jobs:
3434
pip install --upgrade platformio
3535
- name: Run PlatformIO
3636
run: pio run
37-
- uses: actions/upload-artifact@v4.6.2
37+
- uses: actions/upload-artifact@v5.0.0
3838
name: Upload artifacts (commit)
3939
if: (startsWith(github.event.ref, 'refs/tags') != true)
4040
with:
4141
path: |
4242
.pio/build/*.bin
43-
- uses: actions/upload-artifact@v4.6.2
43+
- uses: actions/upload-artifact@v5.0.0
4444
name: Upload artifacts (release)
4545
if: startsWith(github.ref, 'refs/tags/')
4646
with:

0 commit comments

Comments
 (0)