We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5174d33 commit 4fca7beCopy full SHA for 4fca7be
1 file changed
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Pack
33
run: dotnet pack --configuration Release --output ${{ runner.temp }}/nuget
34
35
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
36
if: ${{ env.isMain == 'true' }}
37
with:
38
name: nuget
0 commit comments