diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml index 28db6186..dfb2d74c 100644 --- a/.github/workflows/schedules.yaml +++ b/.github/workflows/schedules.yaml @@ -103,7 +103,7 @@ jobs: go-version: 'stable' cache: true - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 - name: Collect coverage run: | go tool covdata textfmt -i="$(find Sytest* -name 'covmeta*' -type f -exec dirname {} \; | uniq | paste -s -d ',' -)" -o sytest.cov @@ -227,7 +227,7 @@ jobs: go-version: 'stable' cache: true - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 - name: Collect coverage run: | go tool covdata textfmt -i="$(find Complement* -name 'covmeta*' -type f -exec dirname {} \; | uniq | paste -s -d ',' -)" -o complement.cov @@ -272,7 +272,7 @@ jobs: run: | sed -i '/HOMESERVER/c\ HOMESERVER: "dendrite",' cypress.config.ts - name: "Run cypress tests" - uses: cypress-io/github-action@v6.10.0 + uses: cypress-io/github-action@v6.10.3 with: browser: chrome start: npx serve -p 8080 ./element-web/webapp @@ -312,7 +312,7 @@ jobs: run: | sed -i '/HOMESERVER/c\ HOMESERVER: "dendritePinecone",' cypress.config.ts - name: "Run cypress tests" - uses: cypress-io/github-action@v6.10.0 + uses: cypress-io/github-action@v6.10.3 with: browser: chrome start: npx serve -p 8080 ./element-web/webapp