Skip to content

Commit 748d1f6

Browse files
authored
Merge pull request #48 from Homebrew/dependabot/github_actions/artifacts-16239e05d6
build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 in the artifacts group
2 parents 1d8c232 + f077dc0 commit 748d1f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/actionlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: zizmor --format sarif . > results.sarif
5050

5151
- name: Upload SARIF file
52-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
52+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5353
with:
5454
name: results.sarif
5555
path: results.sarif

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: docker cp ${{github.sha}}:/home/linuxbrew/bootstrap-binaries .
4444

4545
- name: Upload binaries to GitHub Actions
46-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
46+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
4747
with:
4848
name: bootstrap-${{matrix.binary}}
4949
path: bootstrap-binaries

0 commit comments

Comments
 (0)