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: actions/upload-artifact
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6
Choose a base ref
...
head repository: actions/upload-artifact
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7
Choose a head ref
  • 4 commits
  • 188 files changed
  • 2 contributors

Commits on Jan 30, 2026

  1. Add proxy integration test

    Link- authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    02a8460 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #754 from actions/Link-/add-proxy-integration-tests

    Add proxy integration test
    Link- authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    47309c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Upgrade the module to ESM and bump dependencies (#762)

    * Upgrade the module to ESM and bump dependencies
    
    * CI: bump node versions
    
    * Push build files
    
    * Fix linting issues
    
    * Bump the package version
    
    * Cache licenses
    
    * Bump minimatch to 10.1.1
    
    * Try fixing licenced issues
    
    * More licensed fixes
    
    * eslint: don't allow common-js imports
    danwkennedy authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    589182c View commit details
    Browse the repository at this point in the history
  2. Support direct file uploads (#764)

    * Cache licenses
    
    * Bump minimatch to 10.1.1
    
    * Try fixing licenced issues
    
    * More licensed fixes
    
    * Support direct file uploads
    
    * Add CI tests for direct uploads
    
    * Use download-artifact@main temporarily
    
    * CI: clean up artifacts on successful runs
    
    * Use script v8
    
    * Fix some issues with the cleanup
    
    * Add unit tests
    
    * Clarify naming
    danwkennedy authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    bbbca2d View commit details
    Browse the repository at this point in the history
Loading