Skip to content

Commit 2222eca

Browse files
Merge pull request #491 from balena-os/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.6.0
2 parents 6646d94 + a6cb60d commit 2222eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/yocto-build-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ jobs:
615615
# We don't need to encrypt these as they are not sensitive if the repo is public anyway.
616616
# https://github.com/actions/upload-artifact
617617
- name: Upload build logs
618-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
618+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
619619
# always upload build logs, even if the build fails
620620
if: always()
621621
with:
@@ -752,7 +752,7 @@ jobs:
752752
# Only upload if tests will be running - i.e on PR's only, and only on devices that tests are defined for
753753
# Separate "flasher" and "raw" variants are not used in the testing flow
754754
- name: Upload artifacts
755-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
755+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
756756
if: github.event_name != 'push' && inputs.test_matrix
757757
with:
758758
name: build-artifacts

0 commit comments

Comments
 (0)