Skip to content

Commit da15366

Browse files
Bump actions/upload-artifact from 3 to 4 (#48)
1 parent c6fc569 commit da15366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: dotnet pack -c Release --output ${{ env.NuGetDirectory }}
9797
- name: Get version of dll
9898
run: (Get-Item ./artifacts/bin/Llm/release/Llm.dll).VersionInfo.ProductVersion
99-
- uses: actions/upload-artifact@v3
99+
- uses: actions/upload-artifact@v4
100100
with:
101101
name: nuget
102102
if-no-files-found: error

0 commit comments

Comments
 (0)