From 2d4793e61dbeb4155479e7ccfb4963e748a73797 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 20 Mar 2025 23:18:15 +0100 Subject: [PATCH] Update .gitea/workflows/autotools-cross.yml --- .gitea/workflows/autotools-cross.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/autotools-cross.yml b/.gitea/workflows/autotools-cross.yml index 06f97f8..df0cb7b 100644 --- a/.gitea/workflows/autotools-cross.yml +++ b/.gitea/workflows/autotools-cross.yml @@ -38,7 +38,7 @@ jobs: ./configure $HOST --prefix=/usr DESTDIR=$(realpath build) make install - name: Save artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: build-${{ inputs.platform }} path: build/