File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282 run : uvx nox --session coverage >> $GITHUB_STEP_SUMMARY
8383
8484 - name : Upload HTML report if coverage check fails 📤
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 with :
8787 name : html-cov-report
8888 path : htmlcov
Original file line number Diff line number Diff line change 4040 uv build
4141
4242 - name : Upload distribution packages 📤
43- uses : actions/upload-artifact@v6
43+ uses : actions/upload-artifact@v7
4444 with :
4545 name : package-distribution
4646 path : dist/
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 run : uv build
111111
112112 - name : Upload distribution packages 📤
113- uses : actions/upload-artifact@v6
113+ uses : actions/upload-artifact@v7
114114 with :
115115 name : package-distribution
116116 path : dist/
You can’t perform that action at this time.
0 commit comments