File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
with :
189
189
name : dev-swagger.yaml
190
190
path : src/CarbonAware.WebApi/src/wwwroot/api/v1/swagger.yaml
191
- - uses : actions/download-artifact@v3
191
+ - uses : actions/download-artifact@v4
192
192
with :
193
193
name : pr-swagger.yaml
194
194
path : ./src/CarbonAware.WebApi/src/wwwroot/api/v1/pr-swagger.yaml
Original file line number Diff line number Diff line change 28
28
29
29
# steps:
30
30
# - name: Download artifact from build job
31
- # uses: actions/download-artifact@v2
31
+ # uses: actions/download-artifact@v4
32
32
# with:
33
33
# name: CarbonAwareApi
34
34
39
39
# app-name: 'carbon-aware-api'
40
40
# slot-name: 'Production'
41
41
# publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D9BE266F4F034E79818711107BC7DDC5 }}
42
- # package: .
42
+ # package: .
Original file line number Diff line number Diff line change 46
46
47
47
steps :
48
48
- name : Download artifact from build job
49
- uses : actions/download-artifact@v2
49
+ uses : actions/download-artifact@v4
50
50
with :
51
51
name : CarbonAwareApi
52
52
You can’t perform that action at this time.
0 commit comments