From 78a83467e703ab30dcc42d95421544f52d61c133 Mon Sep 17 00:00:00 2001 From: "pebis (illegitimate-egg)" Date: Sat, 8 Mar 2025 18:05:44 +0000 Subject: [PATCH] Update release.yml grrr --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f6a970..b0b910a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/" fi - - uses: actions/upload-artifact@v2.2.4 + - uses: actions/upload-artifact@v4 with: name: bins-${{ matrix.build }} path: dist