File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 Invoke-SqlCmd -Query $Query -As DataRows -ConnectionString "Data Source=$Env:SQLINSTANCE;Initial Catalog=$Env:DATABASE;Integrated Security=True;TrustServerCertificate=true" | Select-Object -ExpandProperty 'value' | Out-File "$($Env:SAMPLE_DATABASE)-$($Env:SQL_VERSION).md"
109109
110110 - name : Upload sp_doc sample artifact
111- uses : actions/upload-artifact@v3
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : sp_doc-sample
114114 path : " ${{ env.SAMPLE_DATABASE }}-${{ matrix.sql_server}}.md"
@@ -125,7 +125,7 @@ jobs:
125125 publish : true
126126
127127 - name : Upload HTML coverage artifact
128- uses : actions/upload-artifact@v3.1.1
128+ uses : actions/upload-artifact@v4
129129 if : steps.cov-report.outcome == 'success'
130130 with :
131131 name : html-coverage
You can’t perform that action at this time.
0 commit comments