Skip to content

Commit 9c59873

Browse files
Merge branch 'dev' into proj/private-image-sharing
2 parents 1e998b2 + 9136ba3 commit 9c59873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload Test Report as Artifact
6868
if: always()
69-
uses: actions/upload-artifact@v5
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: xml-test-reports
7272
if-no-files-found: ignore
@@ -102,7 +102,7 @@ jobs:
102102
run: mkdir -p tests/output/junit
103103

104104
- name: Download test report
105-
uses: actions/download-artifact@v6
105+
uses: actions/download-artifact@v7
106106
with:
107107
name: xml-test-reports # Specify the artifact name from the 'run-tests' job
108108
path: tests/output/junit

0 commit comments

Comments
 (0)