From 3f75586ca851899e6848b9f01b6aad5929fd48e5 Mon Sep 17 00:00:00 2001 From: Renaud Lepage Date: Fri, 13 Sep 2024 15:13:05 -0700 Subject: [PATCH] oh, lovely. gitea is 'ghes' --- .github/workflows/build-nestv3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-nestv3.yml b/.github/workflows/build-nestv3.yml index 75b1536..2837901 100644 --- a/.github/workflows/build-nestv3.yml +++ b/.github/workflows/build-nestv3.yml @@ -39,7 +39,7 @@ jobs: - name: Find output run: find . -name "*.deb" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: sbctl path: output/sbctl*.deb \ No newline at end of file