File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 dotnet pack --no-build --configuration Release --output $env:GITHUB_WORKSPACE/artifacts/packages /p:VersionSuffix=$env:PACKAGE_VERSION_SUFFIX
146146 - name : Upload packages to artifacts
147147 if : matrix.os == 'ubuntu-latest'
148- uses : actions/upload-artifact@v3
148+ uses : actions/upload-artifact@v4
149149 with :
150150 name : packages
151151 path : artifacts/packages
@@ -168,7 +168,7 @@ jobs:
168168 Copy-Item -Recurse home/assets/* _site/styles/
169169 - name : Upload documentation to artifacts
170170 if : matrix.os == 'ubuntu-latest'
171- uses : actions/upload-artifact@v3
171+ uses : actions/upload-artifact@v4
172172 with :
173173 name : documentation
174174 path : docs/_site
Original file line number Diff line number Diff line change 2727 QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
2828 - name : Upload results to artifacts on failure
2929 if : failure()
30- uses : actions/upload-artifact@v3
30+ uses : actions/upload-artifact@v4
3131 with :
3232 name : qodana_results
3333 path : ${{ runner.temp }}/qodana/results
You can’t perform that action at this time.
0 commit comments