File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 run : dotnet pack --no-build --configuration Release --output ${{ github.workspace }}/artifacts/packages /p:VersionSuffix=${{ env.PACKAGE_VERSION_SUFFIX }}
114114 - name : Upload packages to artifacts
115115 if : ${{ matrix.os == 'ubuntu-latest' }}
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@v5
117117 with :
118118 name : packages
119119 path : artifacts/packages
@@ -136,7 +136,7 @@ jobs:
136136 Copy-Item -Recurse home/assets/* _site/styles/
137137 - name : Upload documentation to artifacts
138138 if : ${{ matrix.os == 'ubuntu-latest' }}
139- uses : actions/upload-artifact@v4
139+ uses : actions/upload-artifact@v5
140140 with :
141141 name : documentation
142142 path : docs/_site
@@ -170,7 +170,7 @@ jobs:
170170 Write-Output "INSPECT_CODE_OUTPUT_PATH=$inspectCodeOutputPath" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
171171 dotnet jb inspectcode JsonApiDotNetCore.sln --build --dotnetcoresdk=$(dotnet --version) --output="$inspectCodeOutputPath" --format="xml" --profile=WarningSeverities.DotSettings --properties:Configuration=Release --properties:ContinuousIntegrationBuild=false --properties:RunAnalyzers=false --severity=WARNING --verbosity=WARN -dsl=GlobalAll -dsl=GlobalPerProduct -dsl=SolutionPersonal -dsl=ProjectPersonal
172172 - name : Upload output to artifacts
173- uses : actions/upload-artifact@v4
173+ uses : actions/upload-artifact@v5
174174 with :
175175 name : InspectCode-${{ matrix.os }}
176176 path : ${{ env.INSPECT_CODE_OUTPUT_PATH }}
You can’t perform that action at this time.
0 commit comments