Skip to content

Commit e2e42e1

Browse files
authored
Merge pull request #37 from OpenAssetIO/dependabot/github_actions/actions/upload-artifact-6
[CI]: Bump actions/upload-artifact from 4 to 6
2 parents 56cda20 + b3b6766 commit e2e42e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build wheels
3434
run: pip wheel --no-deps --wheel-dir wheelhouse .
3535

36-
- uses: actions/upload-artifact@v4
36+
- uses: actions/upload-artifact@v6
3737
with:
3838
name: my_asset_manager_wheels
3939
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)