diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65020e4..0a8f6b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -108,7 +108,7 @@ }, { "if" : "${{ always () }}", - "uses" : "actions/upload-artifact@v3", + "uses" : "actions/upload-artifact@v4", "with" : { "path" : "/tmp/circle-artifacts/test" }