From c62069f1b3619bcd4e9244b3bea46f90e280040c Mon Sep 17 00:00:00 2001 From: Katy Saintin Date: Thu, 30 Jan 2025 19:28:15 +0100 Subject: [PATCH] Update build_latest.yml Build failed with Action v3 see https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ --- .github/workflows/build_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 0779cb277c..49538a4131 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -24,7 +24,7 @@ jobs: run: mvn --batch-mode install -DskipTests - name: Archive build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Phoebus product ${{ matrix.os }} path: |