Skip to content

Commit

Permalink
udpating_upload_artifcat_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkes authored and Orkes committed Feb 12, 2025
1 parent 8960477 commit b831335
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
with:
report_paths: "**/build/test-results/test/TEST-*.xml"
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: "**/build/reports"
- name: Store Buildscan URL
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-scan
path: "buildscan.log"
Expand Down Expand Up @@ -95,14 +95,14 @@ jobs:
component: true

- name: Archive test screenshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: ui/cypress/screenshots

- name: Archive test videos
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
Expand Down

0 comments on commit b831335

Please sign in to comment.