Automattic / woocommerce-services

WooCommerce Services is a feature plugin that integrates hosted services into WooCommerce (3.0+), and currently includes automated tax rates and the ability to purchase and print USPS shipping labels.
GNU General Public License v2.0
108 stars 20 forks source link

Use `actions/upload-artifact@v4` #2813

Closed waclawjacek closed 2 months ago

waclawjacek commented 2 months ago

Description

Our QIT tests are currently failing. This is because GH Actions no longer support actions/upload-artifact@v1 that the workflow is using. Background: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/

This PR replaces usage of v1 with the newest v4.

Steps to reproduce & screenshots/GIFs

  1. Try triggering a QIT run on trunk and see it fail.
  2. Look at the test status on this PR and see that it is successful.