@@ -72,14 +72,14 @@ jobs:
72
72
run : ./scripts/package-helm
73
73
74
74
- name : Download the amd64 artifacts
75
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
75
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
76
76
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
77
77
with :
78
78
name : webhook-artifacts-amd64
79
79
path : dist/artifacts
80
80
81
81
- name : Download the arm64 artifacts
82
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
82
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
83
83
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
84
84
with :
85
85
name : webhook-artifacts-arm64
@@ -116,7 +116,7 @@ jobs:
116
116
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
117
117
118
118
- name : Download the artifacts
119
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
119
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
120
120
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
121
121
with :
122
122
name : webhook-artifacts-${{ matrix.arch }}
@@ -183,7 +183,7 @@ jobs:
183
183
needs : image
184
184
steps :
185
185
- name : Download digests
186
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
186
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
187
187
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
188
188
with :
189
189
path : /tmp/digests
0 commit comments