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

Update actions/upload-artifact action to v4.4.3 #108

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action patch v4.4.0 -> v4.4.3

Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

[puLL-Merge] - actions/upload-artifact@v4.4.0..v4.4.3

Description

This PR updates the upload-artifact action, including dependency updates and improvements to the artifact upload process. The changes include handling of symlinks, improved error handling, and updates to the workflow tests.

Changes

Changes

  1. .github/workflows/publish-immutable-actions.yml:

    • Added a new workflow for publishing immutable action versions.
  2. .github/workflows/test.yml:

    • Enhanced end-to-end tests to include symlink handling.
    • Added tests for uploading and verifying symlinked artifacts.
  3. README.md:

    • Added a new section on uploading hidden files, explaining how to include them and exclude sensitive information.
  4. dist/merge/index.js and dist/upload/index.js:

    • Updated dependencies and implemented new features from @actions/artifact.
    • Improved error handling and artifact upload process.
    • Added support for symlinks in artifact uploads.
    • Implemented a new chunk upload timeout mechanism.
  5. package.json:

    • Updated version to 4.4.3.
    • Updated dependencies:
      • @actions/artifact to ^2.1.11
      • @actions/core to ^1.11.1

Possible Issues

  • The changes to symlink handling may affect existing workflows that rely on specific behavior with symlinks. Users should test their workflows to ensure compatibility.

Security Hotspots

  • The new feature for including hidden files in uploads could potentially lead to accidental exposure of sensitive information if not used carefully. However, the README provides guidance on how to exclude sensitive files, mitigating this risk.

@renovate renovate bot force-pushed the renovate/actions-upload-artifact-4.x branch from 559318c to f7e2c98 Compare October 16, 2024 04:02
@renovate renovate bot merged commit e3f0c15 into master Oct 16, 2024
7 checks passed
@renovate renovate bot deleted the renovate/actions-upload-artifact-4.x branch October 16, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants