From caa712a44164c6a86dfc8b8f65fcfaa82c05ee40 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 16 Oct 2024 14:38:54 +0200 Subject: [PATCH] Recommend `actions/upload-artifact@v4`. [ci skip] Fixes #111. https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d987d..e912bbc 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ jobs: ./helloworld - name: Upload binary - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: helloworld-${{ matrix.os }} path: helloworld*