Skip to content

Commit bc0df83

Browse files
authored
Update upload-artifact action to version 4
1 parent a868e77 commit bc0df83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: dotnet pack --configuration Release -p:Version=${{ steps.version.outputs.version }} --output ./packages
9191

9292
- name: Upload Package Artifacts
93-
uses: actions/upload-artifact@v3
93+
uses: actions/upload-artifact@v4
9494
with:
9595
name: nuget-packages
9696
path: ./packages/*.nupkg

0 commit comments

Comments
 (0)