Skip to content

Commit 4fca7be

Browse files
committed
Update upload-artifact step to V4
1 parent 5174d33 commit 4fca7be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Pack
3333
run: dotnet pack --configuration Release --output ${{ runner.temp }}/nuget
3434

35-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3636
if: ${{ env.isMain == 'true' }}
3737
with:
3838
name: nuget

0 commit comments

Comments
 (0)