File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ jobs:
615
615
# We don't need to encrypt these as they are not sensitive if the repo is public anyway.
616
616
# https://github.com/actions/upload-artifact
617
617
- name : Upload build logs
618
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
618
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
619
619
# always upload build logs, even if the build fails
620
620
if : always()
621
621
with :
@@ -752,7 +752,7 @@ jobs:
752
752
# Only upload if tests will be running - i.e on PR's only, and only on devices that tests are defined for
753
753
# Separate "flasher" and "raw" variants are not used in the testing flow
754
754
- name : Upload artifacts
755
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
755
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
756
756
if : github.event_name != 'push' && inputs.test_matrix
757
757
with :
758
758
name : build-artifacts
You can’t perform that action at this time.
0 commit comments