Skip to content

Commit b26fc5a

Browse files
Merge pull request #11 from usbbluetooth/dependabot/github_actions/actions/upload-artifact-7
Build(deps): Bump actions/upload-artifact from 6 to 7
2 parents 42fbb46 + 54daef9 commit b26fc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: hatch build
3030

3131
- name: Upload artifacts
32-
uses: actions/upload-artifact@v6
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: usbbluetooth_python_${{ matrix.python-version }}
3535
path: dist/

0 commit comments

Comments
 (0)