From 5968592966d40a374e604fcf8a1adee93c8e22b0 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 1 Mar 2025 19:43:27 +1300 Subject: [PATCH] Update upload-artefact action to v4. --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c6a3e9e..24bf33b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -123,7 +123,7 @@ jobs: bundle exec benchmark-http wait ${{matrix.endpoint}} bundle exec benchmark-http latency ${{matrix.endpoint}} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Ruby-${{matrix.ruby}}-${{matrix.name}} Logs path: "*.log"