Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit 8da24ae

Browse files
Merge pull request #243 from controlaltdelete-nl/renovate/major-github-artifact-actions
Update GitHub Artifact Actions (major)
2 parents cf611bb + a0c2cd5 commit 8da24ae

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/create-patch-helper-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
php -r "\$classmap=require_once('vendor/composer/autoload_classmap.php'); echo json_encode(\$classmap);" > classmap.json
7171
7272
- name: Archive files
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: patch-helper-files
7676
path: |

.github/workflows/magento2.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
run: rm hosts.yml
4343

4444
- name: Upload artifact
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v6
4646
if: always()
4747
with:
4848
name: build-artifact
4949
path: |
5050
artifacts/artifact.tar.gz
5151
5252
- name: Upload error logs
53-
uses: actions/upload-artifact@v5
53+
uses: actions/upload-artifact@v6
5454
if: failure()
5555
with:
5656
name: magento-logs
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Download artifact
71-
uses: actions/download-artifact@v6
71+
uses: actions/download-artifact@v7
7272
with:
7373
name: build-artifact
7474
path: artifacts
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Download artifact
104-
uses: actions/download-artifact@v6
104+
uses: actions/download-artifact@v7
105105
with:
106106
name: build-artifact
107107
path: artifacts
@@ -146,7 +146,7 @@ jobs:
146146
cd tests/playwright
147147
TEST_BASE_URL=https://shop.magedispatch.test npx playwright test
148148
149-
- uses: actions/upload-artifact@v5
149+
- uses: actions/upload-artifact@v6
150150
if: always()
151151
with:
152152
name: playwright-report
@@ -219,7 +219,7 @@ jobs:
219219
php-version: '8.3'
220220

221221
- name: Download artifact
222-
uses: actions/download-artifact@v6
222+
uses: actions/download-artifact@v7
223223
with:
224224
name: build-artifact
225225
path: artifacts

0 commit comments

Comments
 (0)