From f27fcd4674c3e637cd0c7cb10964914d6c1676df Mon Sep 17 00:00:00 2001 From: Gareth George Date: Fri, 14 Feb 2025 00:56:12 -0800 Subject: [PATCH] chore: update build workflow to use actions/upload-artifact@v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0a8fd7e..02f6b9f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: args: release --snapshot --clean - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: backrest-snapshot-builds path: | @@ -61,7 +61,7 @@ jobs: ./scripts/generate-installers.sh ./dist-installers - name: Upload Installers - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: backrest-snapshot-installers path: dist-installers/*.exe