@@ -3052,7 +3052,7 @@ jobs:
3052
3052
steps :
3053
3053
# https://github.com/actions/download-artifact
3054
3054
- name : Download npm artifact
3055
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
3055
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
3056
3056
with :
3057
3057
path : ${{ runner.temp }}
3058
3058
name : npm-${{ github.event.pull_request.head.sha }}
@@ -3427,7 +3427,7 @@ jobs:
3427
3427
3428
3428
# https://github.com/actions/download-artifact
3429
3429
- name : Download required artifacts
3430
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
3430
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
3431
3431
with :
3432
3432
path : ${{ runner.temp }}
3433
3433
pattern : docker-${{ matrix.target_slug }}-*
@@ -4020,15 +4020,15 @@ jobs:
4020
4020
4021
4021
# https://github.com/actions/download-artifact
4022
4022
- name : Download release artifacts
4023
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4023
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4024
4024
with :
4025
4025
path : ${{ runner.temp }}/artifacts
4026
4026
pattern : gh-release-*
4027
4027
merge-multiple : true
4028
4028
4029
4029
# https://github.com/actions/download-artifact
4030
4030
- name : Download release notes
4031
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4031
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4032
4032
with :
4033
4033
path : ${{ runner.temp }}
4034
4034
name : release-notes
@@ -4084,7 +4084,7 @@ jobs:
4084
4084
4085
4085
# https://github.com/actions/download-artifact
4086
4086
- name : Download release notes
4087
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4087
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4088
4088
with :
4089
4089
path : ${{ runner.temp }}
4090
4090
name : release-notes
0 commit comments