Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fix artifacts #38

Merged
merged 3 commits into from
Sep 16, 2024
Merged

feat: fix artifacts #38

merged 3 commits into from
Sep 16, 2024

Commits on Sep 12, 2024

  1. chore: trigger commit empty

    johanseto committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f926202 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/upload-artifact from 2 to 3 (openedx#32139)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v3)
    
    ---
    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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 25b991c)
    dependabot[bot] authored and johanseto committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9bf26ed View commit details
    Browse the repository at this point in the history
  3. chore: Update actions/upload-artifact from v2 to v3 (openedx#33580)

    v2 is giving warnings:
    
    ```
    The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
    ```
    
    (cherry picked from commit d18bf2c)
    timmc-edx authored and johanseto committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f962ce1 View commit details
    Browse the repository at this point in the history