From 56274e71daa9601eab56479ae3c12f3ae27e78c1 Mon Sep 17 00:00:00 2001 From: sumanthkb44 <84563853+sumanthkb44@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:23:04 +0530 Subject: [PATCH 1/2] Update compile.yml --- .github/workflows/compile.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 2132888b..17497550 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -69,13 +69,13 @@ jobs: dir $env:GITHUB_WORKSPACE\out\net8.0 - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: buildoutput path: ${{ github.workspace }}/out/net8.0 - name: Archive Build Log - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ success() || failure() }} with: name: Compile_Solution_log @@ -84,7 +84,7 @@ jobs: $env:GITHUB_WORKSPACE/*.binlog - name: Archive Build Output - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: continuous-clearing path: | @@ -120,7 +120,7 @@ jobs: - name: Archive Build Output - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: continuous-clearing path: | @@ -133,7 +133,7 @@ jobs: Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.7.0.0.nupkg" - name: Archive NuGet Packages - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: nuget-continuous-clearing path: | @@ -170,7 +170,7 @@ jobs: - name: Archive docker image #if: ${{ false }} # disable for now - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: docker-continuous-clearing path: | From f6280c2c19f784ffd235b7e3bf7b0463d2b60329 Mon Sep 17 00:00:00 2001 From: prasenjeetnath <147582543+prasenjeetnath@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:35:32 +0530 Subject: [PATCH 2/2] Update compile.yml --- .github/workflows/compile.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 17497550..54b58163 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -153,7 +153,7 @@ jobs: fetch-depth: 0 - name: Download Build Output - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: buildoutput path: ${{ github.workspace }}/buildoutput @@ -190,17 +190,17 @@ jobs: fetch-depth: 0 - name: Download Build Output - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: continuous-clearing - name: Download NuGet Package - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: nuget-continuous-clearing - name: Download Docker image - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: docker-continuous-clearing