Skip to content

Commit 5560f94

Browse files
committed
Merge branch 'dependabot/github_actions/maint-25/github-actions-beb19bfee9' into maint-25
* dependabot/github_actions/maint-25/github-actions-beb19bfee9: build(deps): bump actions/download-artifact
2 parents 2865fcb + 04841a8 commit 5560f94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
153153

154154
- name: Download source archive
155-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
155+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
156156
with:
157157
name: otp_prebuilt
158158

@@ -199,7 +199,7 @@ jobs:
199199
steps:
200200
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
201201
- name: Download source archive
202-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
202+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
203203
with:
204204
name: otp_prebuilt
205205

@@ -289,7 +289,7 @@ jobs:
289289
nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
290290
291291
- name: Download source archive
292-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
292+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
293293
with:
294294
name: otp_prebuilt
295295

@@ -362,7 +362,7 @@ jobs:
362362
BASE_BRANCH: ${{ env.BASE_BRANCH }}
363363
TYPE: ${{ matrix.type }}
364364
- name: Download source archive
365-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
365+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
366366
with:
367367
name: otp_prebuilt
368368
- name: Build ${{ matrix.type }} image
@@ -504,7 +504,7 @@ jobs:
504504
with:
505505
BASE_BRANCH: ${{ env.BASE_BRANCH }}
506506
- name: Download test results
507-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
507+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
508508
- name: Merge test results
509509
run: |
510510
shopt -s nullglob
@@ -572,15 +572,15 @@ jobs:
572572

573573
## Publish the pre-built archive and docs
574574
- name: Download source archive
575-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
575+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
576576
with:
577577
name: otp_prebuilt
578578
- name: Download html docs
579-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
579+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
580580
with:
581581
name: otp_doc_html
582582
- name: Download man docs
583-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
583+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
584584
with:
585585
name: otp_doc_man
586586

0 commit comments

Comments
 (0)