Skip to content

Commit 8190ad2

Browse files
authored
Merge pull request #10 from SteveGilham/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents a656427 + 57292ec commit 8190ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
3030
NUGET_API_TOKEN: ${{ secrets.NUGET_API_TOKEN }}
3131
run: dotnet run --project ./Build/Build.fsproj
32-
- uses: actions/upload-artifact@v4
32+
- uses: actions/upload-artifact@v5
3333
with:
3434
name: nupkgs
3535
path: _Packagin*/*.nupkg

0 commit comments

Comments
 (0)