Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10
Comparing changes
Open a pull request
base repository:arduino/setup-arduino-cli
Uh oh!
There was an error while loading.Please reload this page.
base:81d3107
head repository:arduino/setup-arduino-cli
Uh oh!
There was an error while loading.Please reload this page.
compare:19d8c65
- 5commits
- 1file changed
- 2contributors
Commits on Oct 9, 2024
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.- [Release notes](https://github.com/actions/upload-artifact/releases)- [Commits](actions/upload-artifact@v3...v4)---updated-dependencies:- dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
Commits on Nov 4, 2024
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.- [Release notes](https://github.com/actions/download-artifact/releases)- [Commits](actions/download-artifact@v3...v4)---updated-dependencies:- dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
Bump geekyeggo/delete-artifact from 2 to 5
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 5.- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)- [Commits](GeekyEggo/delete-artifact@v2...v5)---updated-dependencies:- dependency-name: geekyeggo/delete-artifact dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
Don't upload multiple times to same artifact in label sync workflow
The "Sync Labels" GitHub Actions workflow is configured to allow the use of multiple shared label configuration files.This is done by using a job matrix in the GitHub Actions workflow to download each of the files from the sourcerepository in a parallel GitHub Actions workflow job. A GitHub Actions workflow artifact was used to transfer thegenerated files between sequential jobs in the workflow. The "actions/upload-artifact" and "actions/download-artifact"actions are used for this purpose.Previously, a single artifact was used for the transfer of all the shared label configuration files, with each of theparallel jobs uploading its own generated files to that artifact. However, support for uploading multiple times to asingle artifact was dropped in version 4.0.0 of the "actions/upload-artifact" action. So it is now necessary to use adedicated artifact for each of the builds. These can be downloaded in aggregate by using the artifact name globbing andmerging features which were introduced in version 4.1.0 of the "actions/download-artifact" action.
Merge pull request#65from arduino/dependabot/github_actions/actions…
…/upload-artifact-4Bump actions/upload-artifact from 3 to 4
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 81d3107...19d8c65
Uh oh!
There was an error while loading.Please reload this page.