diff --git a/.github/workflows/jobs.yaml b/.github/workflows/jobs.yaml index 4894a7afd..305848589 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -977,7 +977,7 @@ jobs: # To save our replication.out file into an artifact. # By default, GitHub stores build logs and artifacts for 90 days. - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: replication-artifact path: ./replication/coverage/replication.out @@ -1483,13 +1483,13 @@ jobs: npx nyc report # To see report printed in logs as text echo "npx nyc report --reporter=html" npx nyc report --reporter=html # to see report in ./coverage/index.html - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: playwright-report path: playwright-report/ retention-days: 30 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: coverage