Skip to content

Commit 7ddc91a

Browse files
upgrade artifact upload action
1 parent 7f72c79 commit 7ddc91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: pytest --cov=netbox_proxbox --cov-report=term-missing --cov-report=xml tests
7070

7171
- name: Upload coverage report
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: netbox-proxbox-coverage
7575
path: coverage.xml

0 commit comments

Comments
 (0)