From d50f23152e8f3296243fbefe29d9282c82b97e9d Mon Sep 17 00:00:00 2001 From: Tim Ellison Date: Wed, 24 Apr 2024 16:14:57 +0100 Subject: [PATCH] Update README.md v3 of dependency is no longer recommended --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 296d157..8d40192 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ steps: ## Work with [upload-artifact](https://github.com/actions/upload-artifact) to upload test outputs if there are test failures ```yaml -- uses: actions/upload-artifact@v3 +- uses: actions/upload-artifact@v4 if: failure() with: name: test_output