Skip to content

Commit d372883

Browse files
Merge pull request #15 from usbbluetooth/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents eed3390 + d86cceb commit d372883

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: scapy_usbbluetooth_python_${{ matrix.python-version }}
3535
path: dist/

0 commit comments

Comments
 (0)