From ac95ac17c2b4b11b1c6a6567a037205230990c33 Mon Sep 17 00:00:00 2001 From: galargh Date: Fri, 24 Jan 2025 11:00:16 +0100 Subject: [PATCH] chore: update upload-artifact action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22df6c44f..f117e3788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: # - action artifacts can be downloaded for 90 days, then are removed by github # - binaries in PRs from forks won't be signed - name: Attach produced packages to Github Action - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4 with: name: built-on-${{ matrix.os }} path: build/ipfs_companion*.*