Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:arduino/setup-arduino-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v2.0.0
Choose a base ref
Loading
...
head repository:arduino/setup-arduino-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Loading
  • 5commits
  • 1file changed
  • 2contributors

Commits on Oct 9, 2024

  1. 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>
    @dependabot
    dependabot[bot] authoredOct 9, 2024
    Configuration menu
    Copy the full SHA
    8d5c7eaView commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. 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>
    @dependabot@per1234
    dependabot[bot] authored andper1234 committedNov 4, 2024
    Configuration menu
    Copy the full SHA
    b92602dView commit details
    Browse the repository at this point in the history
  2. 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>
    @dependabot@per1234
    dependabot[bot] authored andper1234 committedNov 4, 2024
    Configuration menu
    Copy the full SHA
    bf05f5dView commit details
    Browse the repository at this point in the history
  3. 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.
    @per1234
    per1234 committedNov 4, 2024
    Configuration menu
    Copy the full SHA
    7826692View commit details
    Browse the repository at this point in the history
  4. Merge pull request#65from arduino/dependabot/github_actions/actions…

    …/upload-artifact-4Bump actions/upload-artifact from 3 to 4
    @per1234
    per1234 authoredNov 4, 2024
    Configuration menu
    Copy the full SHA
    19d8c65View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp