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 @@ -117,7 +117,7 @@ jobs:
117117 run : dotnet pack --no-build --configuration Release --output ${{ github.workspace }}/artifacts/packages /p:VersionSuffix=${{ env.PACKAGE_VERSION_SUFFIX }}
118118 - name : Upload packages to artifacts
119119 if : ${{ matrix.os == 'ubuntu-latest' }}
120- uses : actions/upload-artifact@v4
120+ uses : actions/upload-artifact@v5
121121 with :
122122 name : packages
123123 path : artifacts/packages
@@ -142,7 +142,7 @@ jobs:
142142 Copy-Item -Recurse home/assets/* _site/styles/
143143 - name : Upload documentation to artifacts
144144 if : ${{ matrix.os == 'ubuntu-latest' }}
145- uses : actions/upload-artifact@v4
145+ uses : actions/upload-artifact@v5
146146 with :
147147 name : documentation
148148 path : docs/_site
@@ -180,7 +180,7 @@ jobs:
180180 dotnet jb inspectcode --version
181181 dotnet jb inspectcode $env:SOLUTION_FILE --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
182182 - name : Upload output to artifacts
183- uses : actions/upload-artifact@v4
183+ uses : actions/upload-artifact@v5
184184 with :
185185 name : InspectCode-${{ matrix.os }}
186186 path : ${{ env.INSPECT_CODE_OUTPUT_PATH }}
You can’t perform that action at this time.
0 commit comments