From 563b73c1f327391aaaf84c3daf8e042461d28004 Mon Sep 17 00:00:00 2001 From: Nadeem Yaseen <70559777+NadeemYaseen@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:19:02 +0100 Subject: [PATCH] Update main.yml update upload artefact to use verison v4.4.3 (#821) --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2df94ef8..369a9d672 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,7 +109,7 @@ jobs: - name: Archive regression artifacts if: matrix.mode == 'regression' && always() - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v4.4.3 with: name: raptor_gui-linux-gcc-regression path: | @@ -396,14 +396,14 @@ jobs: make test/batch - name: Archive build artifacts - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v4.4.3 with: name: raptor_gui-windows-msvc path: ${{ github.workspace }}/install - name: Archive regression artifacts if: always() - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v4.4.3 with: name: raptor_gui-windows-msvc-regression path: |