We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9806a9e commit c666024Copy full SHA for c666024
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: dotnet pack --configuration Release --no-build
31
32
- name: Upload Package
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
with:
35
name: ${{ github.event.repository.name }}.nupkg
36
path: 'src/AdoNet.Specification.Tests/**/*.nupkg'
0 commit comments