Skip to content

Commit d5f7911

Browse files
Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#63)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.5.0...v4.6.0)
1 parent 2aff8e1 commit d5f7911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ls -1 *.zip
6060
6161
- name: Upload build artefacts
62-
uses: actions/upload-artifact@v4.5.0
62+
uses: actions/upload-artifact@v4.6.0
6363
with:
6464
name: ${{ env.PYTHON_TAG }}-stubs
6565
path: stub/*.zip

0 commit comments

Comments
 (0)