Skip to content

Commit d4c9bbf

Browse files
authored
Merge pull request #392 from conductor-oss/updating_upload_artifact_version
udpating_upload_artifcat_version
2 parents 8960477 + b831335 commit d4c9bbf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
with:
5656
report_paths: "**/build/test-results/test/TEST-*.xml"
5757
- name: Upload build artifacts
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: build-artifacts
6161
path: "**/build/reports"
6262
- name: Store Buildscan URL
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: build-scan
6666
path: "buildscan.log"
@@ -95,14 +95,14 @@ jobs:
9595
component: true
9696

9797
- name: Archive test screenshots
98-
uses: actions/upload-artifact@v3
98+
uses: actions/upload-artifact@v4
9999
if: failure()
100100
with:
101101
name: cypress-screenshots
102102
path: ui/cypress/screenshots
103103

104104
- name: Archive test videos
105-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
106106
if: always()
107107
with:
108108
name: cypress-videos

0 commit comments

Comments
 (0)