Skip to content

Commit 136a108

Browse files
ci(actions): update github artifact actions
1 parent d2e76fc commit 136a108

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
fi
121121
122122
- name: ⬆️ Upload Binary Artifact
123-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
123+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
124124
with:
125125
name: ${{ matrix.artifact-name }}
126126
path: ${{ matrix.artifact-name }}.zip
@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: ⬇️ Download All Binary Artifacts
137-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
137+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
138138
with:
139139
merge-multiple: true
140140

0 commit comments

Comments
 (0)