Skip to content

Commit bb93de0

Browse files
Bump actions/upload-artifact from 5 to 6 (#141)
1 parent 87492ed commit bb93de0

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@v5
154+
uses: actions/upload-artifact@v6
155155
with:
156156
name: nuget-package
157157
path: WoofWare.DotnetRuntimeLocator/bin/Release/WoofWare.DotnetRuntimeLocator.*.nupkg

0 commit comments

Comments
 (0)