Merge pull request #979 from adamhathcock/dependabot/github_actions/actions/upload-artifact-5

Bump actions/upload-artifact from 4 to 5
This commit is contained in:
Adam Hathcock
2025-10-27 10:06:02 +00:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ jobs:
with:
dotnet-version: 8.0.x
- run: dotnet run --project build/build.csproj
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: ${{ matrix.os }}-sharpcompress.nupkg
path: artifacts/*