Skip to content

Commit 9df5f3c

Browse files
Merge pull request #59 from Homebrew/dependabot/github_actions/artifacts-8f3a61e048
build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 in the artifacts group
2 parents c29fd6e + b2efe98 commit 9df5f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actionlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
security-events: write
7474
steps:
7575
- name: Download SARIF file
76-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
76+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7777
with:
7878
name: results.sarif
7979
path: results.sarif

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Download binaries from GitHub Actions
28-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
28+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
2929
with:
3030
pattern: bootstrap-*
3131
path: bootstrap-binaries

0 commit comments

Comments
 (0)