Skip to content

Commit

Permalink
Update dev_carbon-aware-api.yml
Browse files Browse the repository at this point in the history
updating upload and download artifact@v1or 2 actions to v4

Signed-off-by: Dan Benitah <[email protected]>
  • Loading branch information
danuw authored Sep 18, 2024
1 parent d81d12c commit 48d743b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_carbon-aware-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CarbonAwareApi
path: ${{env.DOTNET_ROOT}}/myapp
Expand All @@ -46,7 +46,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: CarbonAwareApi

Expand Down

0 comments on commit 48d743b

Please sign in to comment.