Skip to content

Commit 2ee406c

Browse files
authored
Merge pull request Homebrew#221711 from Homebrew/dependabot/github_actions/artifacts-beb19bfee9
build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 in the artifacts group
2 parents 60eaefb + 36f6161 commit 2ee406c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
security-events: write
8282
steps:
8383
- name: Download SARIF file
84-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
84+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8585
with:
8686
name: results.sarif
8787
path: results.sarif

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
workflow-name: Triage tasks
4848

4949
- name: Download `event_payload` artifact
50-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
50+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5151
with:
5252
name: event_payload
5353
github-token: ${{ github.token }}

.github/workflows/dispatch-build-bottle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
test-bot: false
222222

223223
- name: Download bottles from GitHub Actions
224-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
224+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
225225
with:
226226
pattern: bottles_*
227227
path: ${{ env.BOTTLES_DIR }}

.github/workflows/dispatch-rebottle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
test-bot: false
157157

158158
- name: Download bottles from GitHub Actions
159-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
159+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
160160
with:
161161
pattern: bottles_*
162162
path: ${{ env.BOTTLES_DIR }}

.github/workflows/recreate-linux-runners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Download `event_payload` artifact
4949
if: github.event_name == 'workflow_run'
50-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
50+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5151
with:
5252
name: event_payload
5353
github-token: ${{ github.token }}

.github/workflows/triage-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
workflow-name: Triage tasks
4242

4343
- name: Download `event_payload` artifact
44-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
44+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
4545
with:
4646
name: event_payload
4747
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)