Skip to content

Commit 28b9972

Browse files
Bump actions/upload-artifact from 4 to 5 (#130)
1 parent 1828904 commit 28b9972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Pack
152152
run: nix develop --command dotnet pack --configuration Release
153153
- name: Upload NuGet artifact
154-
uses: actions/upload-artifact@v4
154+
uses: actions/upload-artifact@v5
155155
with:
156156
name: nuget-package
157157
path: WoofWare.DotnetRuntimeLocator/bin/Release/WoofWare.DotnetRuntimeLocator.*.nupkg

0 commit comments

Comments
 (0)