Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthkb44 authored Sep 4, 2024
1 parent 9c325e6 commit 56274e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Archive Build Output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: continuous-clearing
path: |
Expand All @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 56274e7

Please sign in to comment.