From 4b18fb26cc76d023c6bc5b5378b8d8b9d18bed49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 6 Nov 2024 19:15:38 +0100 Subject: [PATCH] docs: bump upload-artifact version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93248734..aee86a04 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ___ ## Usage GoReleaser Action runs [goreleaser][], please follow its [docs][gdocs] for -more information about how to customize what GoReleaser do. +more information about how to customize what GoReleaser does. [goreleaser]: https://goreleaser.com/ [gdocs]: https://goreleaser.com/customization @@ -139,7 +139,7 @@ signs: ### Upload artifacts For some events like pull request or schedule you might want to store the artifacts somewhere for testing -purpose. You can do that with the [actions/upload-artifact](https://github.com/actions/upload-artifact) action: +purposes. You can do that with the [actions/upload-artifact](https://github.com/actions/upload-artifact) action: ```yaml - @@ -153,7 +153,7 @@ purpose. You can do that with the [actions/upload-artifact](https://github.com/a GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload assets - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: myapp path: myfolder/dist/*