Update GitHub Actions and .NET dependencies#8
Merged
Conversation
Bumps the github-actions-non-major group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2 to 2.6.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v2.6.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-non-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5 --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-non-major ... Signed-off-by: dependabot[bot] <support@github.com>
--- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/download-artifact-8' into dependabot-20260417-01
…ctions/upload-artifact-7' into dependabot-20260417-01
…ithub-actions-non-major-81f6ca6d49' into dependabot-20260417-01
…sualizer.Tests/main/coverlet.collector-8.0.1' into dependabot-20260417-01
…sualizer.Tests/main/dotnet-non-major-6aadeae1b1' into dependabot-20260417-01
…sualizer.Tests/main/Microsoft.NET.Test.Sdk-18.4.0' into dependabot-20260417-01 # Conflicts: # tests/GitGltfVisualizer.Tests/GitGltfVisualizer.Tests.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates several dependencies to their latest versions in both the GitHub Actions workflow and the test project. The main focus is on keeping CI tools and test libraries up to date for improved performance, compatibility, and security.
Dependency updates in CI workflow:
actions/upload-artifactfrom version 4 to 7 in.github/workflows/release-on-tag.ymlfor artifact uploading.actions/download-artifactfrom version 4 to 8 and specified a more recent version ofsoftprops/action-gh-release(v2.6.2) for publishing releases in.github/workflows/release-on-tag.yml.Test project dependency updates:
coverlet.collectorto 8.0.1,Microsoft.NET.Test.Sdkto 18.4.0, andxunit.runner.visualstudioto 3.1.5 inGitGltfVisualizer.Tests.csprojfor improved test coverage and compatibility.