Skip to content

Commit d96c45e

Browse files
dependabot[bot]codejedi365
authored andcommitted
ci(deps): bump actions/download-artifact@v4.3.0 to 5.0.0
1 parent 5c23e23 commit d96c45e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
git reset --hard ${{ github.sha }}
126126
127127
- name: Setup | Download Build Artifacts
128-
uses: actions/download-artifact@v4
128+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
129129
id: artifact-download
130130
with:
131131
name: ${{ needs.validate.outputs.distribution-artifacts }}
@@ -207,7 +207,7 @@ jobs:
207207

208208
steps:
209209
- name: Setup | Download Build Artifacts
210-
uses: actions/download-artifact@v4
210+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
211211
id: artifact-download
212212
with:
213213
name: ${{ needs.validate.outputs.distribution-artifacts }}

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
cache: 'pip'
230230

231231
- name: Setup | Download Distribution Artifacts
232-
uses: actions/download-artifact@v4
232+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
233233
with:
234234
name: ${{ needs.build.outputs.distribution-artifacts }}
235235
path: ./dist
@@ -318,7 +318,7 @@ jobs:
318318
cache: 'pip'
319319

320320
- name: Setup | Download Distribution Artifacts
321-
uses: actions/download-artifact@v4
321+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
322322
with:
323323
name: ${{ needs.build.outputs.distribution-artifacts }}
324324
path: dist
@@ -411,7 +411,7 @@ jobs:
411411
ref: ${{ github.sha }}
412412

413413
- name: Setup | Download Distribution Artifacts
414-
uses: actions/download-artifact@v4
414+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
415415
with:
416416
name: ${{ needs.build.outputs.distribution-artifacts }}
417417
path: ${{ env.ACTION_SRC_DIR }}

0 commit comments

Comments
 (0)