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 8cf717d commit bc91d6dCopy full SHA for bc91d6d
.github/workflows/dotnetBuild.yml
@@ -32,7 +32,7 @@ jobs:
32
run: dotnet test --no-build --verbosity normal
33
- name: dotnet pack
34
run: dotnet pack -p:Version="${{ env.version }}-ci-${{ github.run_number }}" -o ${{ github.workspace }}
35
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
36
with:
37
path: ${{ github.workspace }}/*.nupkg
38
name: Intellitect.CodingGuidelines
0 commit comments