Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...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 [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...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>
…tions/download-artifact-8 Bump actions/download-artifact from 7 to 8
…tions/upload-artifact-7 Bump actions/upload-artifact from 6 to 7
--- updated-dependencies: - dependency-name: MetadataExtractor dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…mpare/MetadataExtractor-2.9.3 Bump MetadataExtractor from 2.9.0 to 2.9.3
There was a problem hiding this comment.
Pull request overview
This PR updates a NuGet dependency version and also adjusts GitHub Actions workflow dependencies used to upload/download build artifacts.
Changes:
- Bump
MetadataExtractorNuGet package from2.9.0to2.9.3inSkiaSharpCompare. - Update GitHub Actions artifact steps to newer major versions (
upload-artifact@v7,download-artifact@v8) in the CI workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
SkiaSharpCompare/SkiaSharpCompare.csproj |
Updates MetadataExtractor package reference to 2.9.3. |
.github/workflows/dotnet.yml |
Changes artifact upload/download action versions used by build/deploy jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - name: Upload CLI artifacts | ||
| uses: actions/upload-artifact@v6 | ||
| uses: actions/upload-artifact@v7 |
There was a problem hiding this comment.
The PR title indicates only a MetadataExtractor bump, but this workflow change also updates GitHub Actions artifact action versions. Please either update the PR title/description to reflect CI dependency changes or split this into a separate PR to keep change scope clear.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.