File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
dotnet pack --no-build --configuration Release --output $env:GITHUB_WORKSPACE/artifacts/packages /p:VersionSuffix=$env:PACKAGE_VERSION_SUFFIX
146
146
- name : Upload packages to artifacts
147
147
if : matrix.os == 'ubuntu-latest'
148
- uses : actions/upload-artifact@v3
148
+ uses : actions/upload-artifact@v4
149
149
with :
150
150
name : packages
151
151
path : artifacts/packages
@@ -168,7 +168,7 @@ jobs:
168
168
Copy-Item -Recurse home/assets/* _site/styles/
169
169
- name : Upload documentation to artifacts
170
170
if : matrix.os == 'ubuntu-latest'
171
- uses : actions/upload-artifact@v3
171
+ uses : actions/upload-artifact@v4
172
172
with :
173
173
name : documentation
174
174
path : docs/_site
Original file line number Diff line number Diff line change 27
27
QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
28
28
- name : Upload results to artifacts on failure
29
29
if : failure()
30
- uses : actions/upload-artifact@v3
30
+ uses : actions/upload-artifact@v4
31
31
with :
32
32
name : qodana_results
33
33
path : ${{ runner.temp }}/qodana/results
You can’t perform that action at this time.
0 commit comments