Skip to content

Commit d7801b5

Browse files
authored
Merge pull request #128 from OpenAssetIO/dependabot/github_actions/actions/upload-artifact-7
[CI]: Bump actions/upload-artifact from 6 to 7
2 parents cab03e7 + ef50b54 commit d7801b5

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build wheels
3838
run: pip wheel --no-deps --wheel-dir wheelhouse .
3939

40-
- uses: actions/upload-artifact@v6
40+
- uses: actions/upload-artifact@v7
4141
with:
4242
name: openassetio-traitgen-wheels
4343
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)