Skip to content

Commit 4d11161

Browse files
authored
Merge pull request #149 from reqcore-inc/dependabot/github_actions/actions/upload-artifact-7
chore(actions): bump actions/upload-artifact from 4 to 7
2 parents 74c972e + 6154600 commit 4d11161

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-readme-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
echo " </testsuites>" >> docker-integration-results.xml
405405
406406
- name: Upload JUnit XML results
407-
uses: actions/upload-artifact@v4
407+
uses: actions/upload-artifact@v7
408408
if: ${{ !cancelled() }}
409409
with:
410410
name: docker-integration-junit

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ jobs:
102102
CI: true
103103

104104
- name: Upload Playwright report
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v7
106106
if: ${{ !cancelled() }}
107107
with:
108108
name: playwright-report
109109
path: playwright-report/
110110
retention-days: 14
111111

112112
- name: Upload test results
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v7
114114
if: ${{ !cancelled() }}
115115
with:
116116
name: test-results

0 commit comments

Comments
 (0)