Skip to content

Commit f9160ba

Browse files
chore(deps): update actions/download-artifact action to v4.3.0 (#5730)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f68eeb commit f9160ba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Add repository directory to the git global config as a safe directory
142142
run: git config --global --add safe.directory /__w/parca/parca
143143

144-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
144+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
145145
with:
146146
name: parca-dist-container
147147
path: dist

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- name: Add repository directory to the git global config as a safe directory
158158
run: git config --global --add safe.directory /__w/parca/parca
159159

160-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
160+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
161161
with:
162162
name: parca-dist-release
163163
path: dist
@@ -195,7 +195,7 @@ jobs:
195195
needs: release
196196
timeout-minutes: 30
197197
steps:
198-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
198+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
199199
with:
200200
name: parca-dist-release
201201
path: dist

.github/workflows/snap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
timeout-minutes: 45
145145
steps:
146-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
146+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
147147
with:
148148
name: parca-dist-release
149149
path: dist
@@ -203,7 +203,7 @@ jobs:
203203
runs-on: ubuntu-latest
204204
timeout-minutes: 30
205205
steps:
206-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
206+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
207207
with:
208208
name: parca-dist-release
209209
path: dist

0 commit comments

Comments
 (0)