Skip to content

Commit ecc8b56

Browse files
authored
Merge pull request #85 from ethpandaops/dependabot/github_actions/actions-beb19bfee9
Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group
2 parents d88adc2 + d0d6ec8 commit ecc8b56

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_shared-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243

244244
# download build artifacts
245245
- name: Download build artifacts
246-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
246+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
247247
with:
248248
name: assertoor_linux_amd64
249249
path: ./bin
@@ -292,7 +292,7 @@ jobs:
292292

293293
# download build artifacts
294294
- name: Download build artifacts
295-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
295+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
296296
with:
297297
name: assertoor_linux_arm64
298298
path: ./bin

.github/workflows/build-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
# download build artifacts
8585
- name: "Download build artifacts"
86-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
86+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8787

8888
# (re)create snapshot binary release
8989
- name: Update snapshot tag & remove previous snapshot release

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
# download build artifacts
5454
- name: "Download build artifacts"
55-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
55+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5656

5757
# create draft release
5858
- name: Create latest release

0 commit comments

Comments
 (0)