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

Bump actions/upload-artifact from 1 to 3 #4742

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps actions/upload-artifact from 1 to 3.

Release notes

Sourced from actions/upload-artifact's releases.

v3.0.0

What's Changed

  • Update default runtime to node16 (#293)
  • Update package-lock.json file version to 2 (#302)

Breaking Changes

With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

v2.3.1

Fix for empty fails on Windows failing on upload #281

v2.3.0 Upload Artifact

  • Optimizations for faster uploads of larger files that are already compressed
  • Significantly improved logging when there are chunked uploads
  • Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files
  • Various other small bugfixes & optimizations

v2.2.4

  • Retry on HTTP 500 responses from the service

v2.2.3

  • Fixes for proxy related issues

v2.2.2

  • Improved retryability and error handling

v2.2.1

  • Update used actions/core package to the latest version

v2.2.0

  • Support for artifact retention

v2.1.4

  • Add Third Party License Information

v2.1.3

  • Use updated version of the @action/artifact NPM package

v2.1.2

  • Increase upload chunk size from 4MB to 8MB
  • Detect case insensitive file uploads

v2.1.1

  • Fix for certain symlinks not correctly being identified as directories before starting uploads

v2.1.0

  • Support for uploading artifacts with multiple paths
  • Support for using exclude paths
  • Updates to dependencies

... (truncated)

Commits
  • 0b7f8ab ci(github): update action/download-artifact from v1 to v3 (#312)
  • 013d2b8 Create devcontainer for codespaces + update all dev dependencies (#375)
  • 055b8b3 Bump Actions NPM dependencies (#374)
  • 7a5d483 ci(github): update action/checkout from v2 to v3 (#315)
  • e0057a5 README: Bump actions/checkout to v3 (#352)
  • 7fe6c13 Update to latest actions/publish-action (#363)
  • 83fd05a Bump actions-core to v1.10.0 (#356)
  • 3cea537 Merge pull request #327 from actions/robherley/artifact-1.1.0
  • 849aa77 nvm use 12 & npm run release
  • 4d39869 recompile with correct ncc version
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
@github-actions github-actions bot added ci/cd Related to the CI/CD setup targets master The PR targets the master branch approved Issue has been approved by the bot or manually for further processing labels Feb 27, 2023
@foosel foosel merged commit 0fcb15d into master Mar 7, 2023
@foosel foosel deleted the dependabot/github_actions/actions/upload-artifact-3 branch March 7, 2023 09:50
AdamantLife added a commit to AdamantLife/OctoPrint-PrusaMK3S that referenced this pull request Mar 9, 2023
commit 0fcb15d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 7 10:50:21 2023 +0100

    Bump actions/upload-artifact from 1 to 3 (OctoPrint#4742)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v1...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>

commit 8e4c1f5
Merge: 7489b3c d813a0c
Author: Gina Häußge <gina@octoprint.org>
Date:   Thu Mar 2 16:07:26 2023 +0100

    Merge branch 'staging/bugfix'

commit d813a0c
Author: Charlie Powell <31997505+cp2004@users.noreply.github.com>
Date:   Mon May 30 10:04:51 2022 +0100

    :arrow_up: Bump wrapt to fix Python 3.11 compatibility (OctoPrint#4530)

    Fully tested on 3.7, 3.10 and 3.11 - any issues that did exist appear to have been resolved.

commit 7489b3c
Merge: fcb9eae 6e009d2
Author: Gina Häußge <gina@octoprint.org>
Date:   Thu Mar 2 15:58:56 2023 +0100

    Merge branch 'staging/bugfix'

commit 6e009d2
Author: Gina Häußge <gina@octoprint.org>
Date:   Thu Mar 2 15:51:32 2023 +0100

    🔖 Preparing release of 1.8.7

commit 59054cc
Author: Gina Häußge <gina@octoprint.org>
Date:   Thu Mar 2 15:34:39 2023 +0100

    🥅 Don't send `None` to `Locale.parse`

    The latest version of Babel no longer supports this
    but raises an error, which in turn leads to a
    500 Server Error response here.

    To fix this, we set a default for best_match.

    Closes OctoPrint#4744

commit fcb9eae
Author: Nick Mattis <nmattis@users.noreply.github.com>
Date:   Mon Feb 20 16:36:28 2023 -0500

    :pencil2: Minor updates to plugin getting started tutorial docs (OctoPrint#4736)

    * some minor updates to plugin getting started tutorial docs

    * fix helloworld to stay camelcase

commit b151152
Author: Patrick J. Ames <patrickames166@gmail.com>
Date:   Sat Feb 18 09:25:21 2023 -0500

    :pencil2: Fix small grammar error in README.md (OctoPrint#4731)

    "It also serves as central knowledge base" > "It also serves as a central knowledge base"

commit a1d95dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 10 13:08:19 2023 +0100

    Bump dessant/lock-threads from 2 to 4 (OctoPrint#4726)

    * Bump dessant/lock-threads from 2 to 4

    Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2 to 4.
    - [Release notes](https://github.com/dessant/lock-threads/releases)
    - [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
    - [Commits](dessant/lock-threads@v2...v4)

    ---
    updated-dependencies:
    - dependency-name: dessant/lock-threads
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * 👷‍♂️ Adjust input parameters

    Names changed in v3

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gina Häußge <gina@octoprint.org>

commit c01216c
Author: Gina Häußge <gina@octoprint.org>
Date:   Fri Feb 10 13:03:10 2023 +0100

    👷‍♂️ Only trigger docs build on specific branches

    master, maintenance and devel only for now

commit a47b518
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 9 16:50:08 2023 +0000

    Bump robotology/gh-action-nightly-merge from 1.3.3 to 1.4.0

    Bumps [robotology/gh-action-nightly-merge](https://github.com/robotology/gh-action-nightly-merge) from 1.3.3 to 1.4.0.
    - [Release notes](https://github.com/robotology/gh-action-nightly-merge/releases)
    - [Commits](robotology/gh-action-nightly-merge@v1.3.3...v1.4.0)

    ---
    updated-dependencies:
    - dependency-name: robotology/gh-action-nightly-merge
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 40d71f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 9 16:50:00 2023 +0000

    Bump peter-evans/repository-dispatch from 1 to 2

    Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 2.
    - [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
    - [Commits](peter-evans/repository-dispatch@v1...v2)

    ---
    updated-dependencies:
    - dependency-name: peter-evans/repository-dispatch
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 3088c3b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 9 18:00:54 2023 +0100

    Bump actions/labeler from 3 to 4 (OctoPrint#4727)

    Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](actions/labeler@v3...v4)

    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      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>

commit 135249c
Author: Gina Häußge <gina@octoprint.org>
Date:   Thu Feb 9 17:25:55 2023 +0100

    👷 Enable Dependabot for GitHub Actions

commit 814c3a1
Author: Gina Häußge <gina@octoprint.org>
Date:   Wed Feb 8 16:20:42 2023 +0100

    👷 Migrate from set-output got $GITHUB_OUTPUT

commit 68191cf
Author: Gina Häußge <gina@octoprint.org>
Date:   Wed Jan 18 17:38:26 2023 +0100

    💚 HTTP has \r\n line endings

    So we need to strip \r, \n already gets taken care of
    by the whole pipe. Also limit to first location header
    just in case.

commit c5b56ae
Author: Gina Häußge <gina@octoprint.org>
Date:   Wed Jan 18 17:15:30 2023 +0100

    👷 Get rid of newline in version

commit cc47b41
Author: Gina Häußge <gina@octoprint.org>
Date:   Wed Jan 18 17:06:43 2023 +0100

    👷 Fetch latest release without any action

    bash, curl, awk ftw

commit 397de4e
Author: Gina Häußge <gina@octoprint.org>
Date:   Wed Jan 18 16:47:37 2023 +0100

    👷 Use original get-latest-release action

commit 9179545
Author: Gina Häußge <gina@octoprint.org>
Date:   Mon Dec 19 14:33:41 2022 +0100

    📝 Get rid of Twitter link, fix build status badge

commit 7659c81
Author: Gina Häußge <gina@octoprint.org>
Date:   Wed Nov 16 14:46:25 2022 +0100

    🚨 Fix pre-commit's flake8 location

commit 7d336bd
Author: Gina Häußge <gina@octoprint.org>
Date:   Sat Nov 12 14:53:19 2022 +0100

    📝 Thou shall test in safe mode before opening bug reports

commit 588a1c4
Author: Gina Häußge <gina@octoprint.org>
Date:   Tue Oct 18 11:44:07 2022 +0200

    🔖 staging/bugfix is now 1.8.7.dev
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Issue has been approved by the bot or manually for further processing ci/cd Related to the CI/CD setup dependencies Pull requests that update a dependency file targets master The PR targets the master branch
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant