From 9c2324e08427f1dec05ed312f0b77df571510d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Mon, 28 Oct 2024 15:29:12 +0100 Subject: [PATCH] Update upload-artifact in github workflow --- .github/workflows/hexpm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hexpm-release.yml b/.github/workflows/hexpm-release.yml index 9673eaa..3882925 100644 --- a/.github/workflows/hexpm-release.yml +++ b/.github/workflows/hexpm-release.yml @@ -51,7 +51,7 @@ jobs: if: failure() run: head rebar3.crashdump - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: failure() with: name: rebar3-dump