Skip to content

Commit 3757a2e

Browse files
Merge pull request #6 from usbbluetooth/dependabot/github_actions/actions/upload-artifact-5
Build(deps): Bump actions/upload-artifact from 4 to 5
2 parents 5238b3a + 3b87516 commit 3757a2e

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@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: usbbluetooth_python_${{ matrix.python-version }}
3535
path: dist/

0 commit comments

Comments
 (0)