From 663e5a8c47bb60f959fe2a070076b95c72dc1534 Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Thu, 21 Mar 2024 09:04:49 +0000 Subject: [PATCH] update github actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14712c27..86624953 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: run: cpack -G DEB - name: Upload Build Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bngblaster-${{matrix.os}} path: ${{ github.workspace }}/build/*.deb