From 0244f702f064f3909212a4ad570a381fcc236b12 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 18 Dec 2023 20:34:29 +0000 Subject: [PATCH] Build/Test Tools: Add more context to artifact names. This adds a bit more context to the E2E workflow artifact names in order to avoid duplicates being uploaded. With the update to v4 of `actions/upload-artifact` in [57197], artifacts are now uploaded on a per job basis. Multiple jobs cannot upload the same artifact. Props johnbillion. See #59805. Built from https://develop.svn.wordpress.org/trunk@57203 git-svn-id: http://core.svn.wordpress.org/trunk@56711 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ef1fc27cde..10f8fa2430 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57197'; +$wp_version = '6.5-alpha-57203'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.