Below you will find pages that utilize the taxonomy term “pyTooling”
February 28, 2026
📥 Download Artifact(s) (Preserve File Permissions)
Version updated for https://github.com/pyTooling/download-artifact to version v1.9.0.
This action is used across all versions by 54 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Artifact Download Action with File Permission Preservation, automates the process of downloading and extracting artifacts from GitHub Actions, ensuring that file attributes like permissions are preserved. It addresses a limitation in the default actions/download-artifact by demonstrating a solution for preserving file permissions, which GitHub currently does not support.
February 28, 2026
📤 Upload Artifact (Preserve File Permissions)
Version updated for https://github.com/pyTooling/upload-artifact to version v1.10.0.
This action is used across all versions by 56 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action enhances the functionality of actions/upload-artifact by preserving file permissions during artifact uploads through tarball packaging, addressing a limitation in GitHub’s native implementation. It automates the reliable storage of build outputs or other files across workflows while maintaining file attributes, supporting multiple operating systems, and offering additional features such as debug mode, customizable tarball naming, and consistent directory/file structure within artifacts.
December 14, 2025
📥 Download Artifact(s) (Preserve File Permissions)
Version updated for https://github.com/pyTooling/download-artifact to version v1.8.0.
This action is used across all versions by 49 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes Updated actions/download-artifact@v6 to actions/download-artifact@v7. Bug Fixes Fixed #21. Unit Tests Updated actions/checkout@v5 to actions/checkout@v6. Related Issues and Pull-Requests #36
December 14, 2025
📤 Upload Artifact (Preserve File Permissions)
Version updated for https://github.com/pyTooling/upload-artifact to version v1.9.0.
This action is used across all versions by 51 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes Updated actions/upload-artifact@v5 to actions/upload-artifact@v6. Unit Tests Updated actions/checkout@v5 to actions/checkout@v6. Updated actions/download-artifact@v6 to actions/download-artifact@v7. Related Issues and Pull-Requests #47