From 3a2bba5b409bb2fad0cc996f21b81d1cdd8a3bcd Mon Sep 17 00:00:00 2001 From: Grische Date: Fri, 15 Dec 2023 08:33:35 +0100 Subject: [PATCH] github: downgrade upload-artifact to v3 Currently, the download-artifact@v3 does not find any artifacts anymore since the bump of upload-artifact to v4. --- .github/workflows/firmware.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 91d54528..5b254376 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -63,7 +63,7 @@ jobs: make BROKEN=1 GLUON_TARGETS=${{ matrix.target }} V=s echo "status=success" >> $GITHUB_OUTPUT - name: Upload firmware ${{ matrix.target }} - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v3 if: steps.compile.outputs.status == 'success' with: name: ${{ matrix.target }}_output