@@ -3047,7 +3047,7 @@ jobs:
3047
3047
steps :
3048
3048
# https://github.com/actions/download-artifact
3049
3049
- name : Download npm artifact
3050
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
3050
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
3051
3051
with :
3052
3052
path : ${{ runner.temp }}
3053
3053
name : npm-${{ github.event.pull_request.head.sha }}
@@ -3422,7 +3422,7 @@ jobs:
3422
3422
3423
3423
# https://github.com/actions/download-artifact
3424
3424
- name : Download required artifacts
3425
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
3425
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
3426
3426
with :
3427
3427
path : ${{ runner.temp }}
3428
3428
pattern : docker-${{ matrix.target_slug }}-*
@@ -4015,15 +4015,15 @@ jobs:
4015
4015
4016
4016
# https://github.com/actions/download-artifact
4017
4017
- name : Download release artifacts
4018
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4018
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4019
4019
with :
4020
4020
path : ${{ runner.temp }}/artifacts
4021
4021
pattern : gh-release-*
4022
4022
merge-multiple : true
4023
4023
4024
4024
# https://github.com/actions/download-artifact
4025
4025
- name : Download release notes
4026
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4026
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4027
4027
with :
4028
4028
path : ${{ runner.temp }}
4029
4029
name : release-notes
@@ -4079,7 +4079,7 @@ jobs:
4079
4079
4080
4080
# https://github.com/actions/download-artifact
4081
4081
- name : Download release notes
4082
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4082
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4083
4083
with :
4084
4084
path : ${{ runner.temp }}
4085
4085
name : release-notes
0 commit comments