We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15dd01 commit 69485e4Copy full SHA for 69485e4
.github/workflows/build.yml
@@ -133,7 +133,7 @@ jobs:
133
dotnet pack --no-build --configuration Release --output $env:GITHUB_WORKSPACE/artifacts/packages /p:VersionSuffix=$env:PACKAGE_VERSION_SUFFIX
134
- name: Upload packages to artifacts
135
if: matrix.os == 'ubuntu-latest'
136
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
137
with:
138
name: packages
139
path: artifacts/packages
0 commit comments