Skip to content

Commit 67d97cc

Browse files
Bump actions/upload-artifact from 4 to 5 (#233)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5)
1 parent 283d207 commit 67d97cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-brew.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
echo "bottle_name=$(ls *.tar.gz)" >> $GITHUB_OUTPUT
145145
146146
- name: Upload bottles as artifact
147-
uses: actions/upload-artifact@v4
147+
uses: actions/upload-artifact@v5
148148
with:
149149
name: bottle-${{ matrix.os }}
150150
path: '*.bottle.*'

0 commit comments

Comments
 (0)