Skip to content
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 or learn 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: iTrooz/action-download-artifact
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.22.0
Choose a base ref
...
head repository: iTrooz/action-download-artifact
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 226 files changed
  • 9 contributors

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    6765a42 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    13cbc32 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    bd33ca5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Update @actions/core (dawidd6#180)

    * build(deps): bump @actions/core from 1.6.0 to 1.9.0
    
    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.0.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update node_modules
    
    Ran 'npm ci'
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    amezin and dependabot[bot] authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    882d744 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    ea71f33 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. docs: describe how to ignore workflow_conclusion (dawidd6#185)

    * Describe how to ignore workflow_conclusion
    
    Given that the default value of the `workflow_conclusion` parameter is `success`, adding a description on how to ignore the conclusion altogether lets the user skip sipping through action source code or issues to figure out how to ignore it. Relates to dawidd6#176.
    
    * fix: typo
    
    Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
    
    Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
    henrihs and dawidd6 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    19a94cd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. feat: add additional input to define how to fail the action (dawidd6#187

    )
    
    * feat: add additional input to define how to fail the action
    
    * add input to action.yml
    
    * fix: syntax issues
    
    * feat: rename input parameter
    
    * feat: add output to indicate success
    
    * chore: update default and readme
    jaypea authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9960cfb View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @actions/core from 1.9.0 to 1.9.1 (dawidd6#184)

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c6a46a1 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump filesize from 8.0.7 to 9.0.11 (dawidd6#171)

    Bumps [filesize](https://github.com/avoidwork/filesize.js) from 8.0.7 to 9.0.11.
    - [Release notes](https://github.com/avoidwork/filesize.js/releases)
    - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md)
    - [Commits](avoidwork/filesize.js@8.0.7...9.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: filesize
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    35c15f1 View commit details
    Browse the repository at this point in the history
  4. action: update

    dawidd6 authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e02e48a View commit details
    Browse the repository at this point in the history
  5. README: update

    dawidd6 authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    72c8fa9 View commit details
    Browse the repository at this point in the history
  6. main: cleanup

    dawidd6 authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7847792 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa2f5f1 View commit details
    Browse the repository at this point in the history
Loading