File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8686 run : poetry run -- nox -s lint:code
8787
8888 - name : Upload Artifacts
89- uses : actions/upload-artifact@v4.6.2
89+ uses : actions/upload-artifact@v5.0.0
9090 with :
9191 name : lint-python${{ matrix.python-version }}
9292 path : |
@@ -139,7 +139,7 @@ jobs:
139139 run : poetry run -- nox -s lint:security
140140
141141 - name : Upload Artifacts
142- uses : actions/upload-artifact@v4.6.2
142+ uses : actions/upload-artifact@v5.0.0
143143 with :
144144 name : security-python${{ matrix.python-version }}
145145 path : .security.json
@@ -185,7 +185,7 @@ jobs:
185185 run : poetry run -- nox -s test:unit -- --coverage
186186
187187 - name : Upload Artifacts
188- uses : actions/upload-artifact@v4.6.2
188+ uses : actions/upload-artifact@v5.0.0
189189 with :
190190 name : coverage-python${{ matrix.python-version }}-fast
191191 path : .coverage
Original file line number Diff line number Diff line change 4141 run : poetry run -- nox -s project:report -- --format json | tee metrics.json
4242
4343 - name : Upload Artifacts
44- uses : actions/upload-artifact@v4.6.2
44+ uses : actions/upload-artifact@v5.0.0
4545 with :
4646 name : metrics.json
4747 path : metrics.json
You can’t perform that action at this time.
0 commit comments