Skip to content

Commit

Permalink
chore(deps): update all dependencies to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2022
1 parent 895eab0 commit a75f469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/building-uploading-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
brew test-bot --only-formulae ${{github.event.inputs.formula}}
- name: Upload bottles
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: bottles
path: '*.bottle.*'
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up git
uses: Homebrew/actions/git-user-config@master
- name: Download bottles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bottles
- name: Publish bottles
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/building-uploading.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
brew test-bot --only-formulae --skip-recursive-dependents --keep-old ${{github.event.inputs.formula}}
- name: Upload bottles
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: bottles
path: '*.bottle.*'
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up git
uses: Homebrew/actions/git-user-config@master
- name: Download bottles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bottles
- name: Publish bottles
Expand Down

0 comments on commit a75f469

Please sign in to comment.