We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c590b01 commit 6831c94Copy full SHA for 6831c94
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}/IntelliTect.SelenatePack --no-build
45
- name: Upload Artifacts
46
if: startsWith(github.ref, 'refs/tags/v')
47
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
48
with:
49
name: NuGet
50
path: ${{github.workspace}}/IntelliTect.SelenatePack
0 commit comments