Skip to content

Commit

Permalink
Merge pull request #273 from Homebrew/dependabot/github_actions/artif…
Browse files Browse the repository at this point in the history
…acts-cff0214797
  • Loading branch information
p-linnane authored Jan 16, 2025
2 parents fe06141 + fd9ec38 commit 44175bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: zizmor --format sarif . > results.sarif

- name: Upload SARIF file
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: results.sarif
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
brew portable-package --verbose portable-ruby
- name: Upload Portable Ruby
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: bottles_${{matrix.os}}
path: ${{matrix.workdir || github.workspace}}/bottle
Expand Down

0 comments on commit 44175bd

Please sign in to comment.