Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 5f86fc4

Browse files
Merge pull request #12 from thinkbeforecoding/build/ci
Update upload-artifacts action to v4
2 parents 8a7e5b7 + e9e3027 commit 5f86fc4

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
@@ -38,7 +38,7 @@ jobs:
3838
run: ./build.ps1
3939
- name: Upload Artifact
4040
if: matrix.os == 'ubuntu-latest'
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: nupkg
4444
path: ./bin/nuget/*.nupkg

0 commit comments

Comments
 (0)