From 71dff4c5d70b0be54a2ad0e77514cf001d3ccbf4 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 15 Jul 2024 13:04:52 -0700 Subject: Update deprecated GitHub action upload-artifacts --- .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 8a320821..56e34476 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: run: 7z a build\testresults.zip @src\testresultfilelist.txt - name: Save build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: build/artifacts/ @@ -101,7 +101,7 @@ jobs: # Do NOT publish logs on `master` branch as they may contain secrets in them. - name: Save logs if: github.ref != 'refs/heads/master' && always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: logs_${{ github.run_id }} path: build/logs/ -- cgit v1.2.3-55-g6feb