diff --git a/.github/workflows/loadtest.yaml b/.github/workflows/loadtest.yaml index 677bb1ef1..1395ec80f 100644 --- a/.github/workflows/loadtest.yaml +++ b/.github/workflows/loadtest.yaml @@ -24,7 +24,7 @@ jobs: run: /home/node/artillery/bin/artillery report --output reports/report reports/report.json - name: Archive test report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: artillery-test-report path: reports/* \ No newline at end of file