From ed16a21cae5ff06c503455f663bc487c0ab94b55 Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Sat, 8 Feb 2025 03:32:09 +0700 Subject: [PATCH] Bump actions/upload-artifact to v4 Signed-off-by: Hans Baier --- .github/workflows/Pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index 3653ed9d..0c3410d3 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -79,7 +79,7 @@ jobs: env: XRAY_SETTINGS: ${{ matrix.family }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ always() }} with: name: ${{ matrix.family }} @@ -124,7 +124,7 @@ jobs: - name: Run Test run: make test --output-sync=target --warn-undefined-variables - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ always() }} with: path: |