diff --git a/.github/workflows/stress-tests.yaml b/.github/workflows/stress-tests.yaml index f3edc0c..ee7ab1d 100644 --- a/.github/workflows/stress-tests.yaml +++ b/.github/workflows/stress-tests.yaml @@ -53,7 +53,7 @@ jobs: - name: Run Stress Test - Max congestion run: | ./scripts/run-stress-test.sh 10000 -1 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: logs-${{ matrix.os }}-${{ matrix.go }} path: examples/stress/*.log