Skip to content

Commit 88fce1b

Browse files
authored
Merge pull request #68 from shopware5/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents c5cd8fe + d5ecc41 commit 88fce1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-tests-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
npx playwright test --workers=1 --grep-invert @notIn5.2
8686
8787
- name: Upload artifacts
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
if: ${{ failure() }}
9090
with:
9191
name: Legacy E2E test results

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
npm run e2e:run
8888
8989
- name: Upload artifacts
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v5
9191
if: ${{ failure() }}
9292
with:
9393
name: E2E test results

0 commit comments

Comments
 (0)