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 46fb09f commit 959f617Copy full SHA for 959f617
.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
100
run: dotnet pack --no-build --configuration Release --output ${{ github.workspace }}/artifacts/packages /p:VersionSuffix=${{ env.PACKAGE_VERSION_SUFFIX }}
101
- name: Upload packages to artifacts
102
if: ${{ matrix.os == 'ubuntu-latest' }}
103
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
104
with:
105
name: packages
106
path: artifacts/packages
0 commit comments