File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 pipx run build
1919
2020 - name : Upload sdist and wheel as artifacts
21- uses : actions/upload-artifact@v4
21+ uses : actions/upload-artifact@v5
2222 with :
2323 name : dist
2424 path : dist
Original file line number Diff line number Diff line change 4040 continue-on-error : true
4141
4242 - name : Upload built docs artifact
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v5
4444 with :
4545 name : docs
4646 path : build
Original file line number Diff line number Diff line change 77
88 steps :
99 - name : Download artifacts
10- uses : actions/download-artifact@v5
10+ uses : actions/download-artifact@v6
1111 with :
1212 merge-multiple : true
1313
Original file line number Diff line number Diff line change 5656 if ($LASTEXITCODE -ne 0) { throw "FSRecorder smoke test failed" }
5757
5858 - name : Upload artifacts
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : fsrecorder-windows-v${{ github.run_number }}-${{ github.sha }}
6262 path : dist/
Original file line number Diff line number Diff line change 5151 if ($LASTEXITCODE -ne 0) { throw "SmartEM Agent tools smoke test failed" }
5252
5353 - name : Upload artifacts
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v5
5555 with :
5656 name : smartem_smartem_agent_tools-v${{ github.run_number }}-${{ github.sha }}
5757 path : dist/
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150
151151 # Upload results
152152 - name : Upload scan results (CI mode)
153- uses : actions/upload-artifact@v4
153+ uses : actions/upload-artifact@v5
154154 if : failure() && github.event_name != 'schedule'
155155 with :
156156 name : secrets-scan-results
@@ -159,7 +159,7 @@ jobs:
159159 retention-days : 30
160160
161161 - name : Upload scan report (Comprehensive mode)
162- uses : actions/upload-artifact@v4
162+ uses : actions/upload-artifact@v5
163163 if : github.event_name == 'schedule'
164164 with :
165165 name : security-scan-report
You can’t perform that action at this time.
0 commit comments