Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasenjeetnath authored Sep 4, 2024
1 parent 56274e7 commit f6280c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f6280c2

Please sign in to comment.