Skip to content

Commit ae78bfd

Browse files
committed
Upgrade actions/download-artifact
Signed-off-by: Yasumasa Suenaga <[email protected]>
1 parent fdc2216 commit ae78bfd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/1-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
with:
189189
name: dev-swagger.yaml
190190
path: src/CarbonAware.WebApi/src/wwwroot/api/v1/swagger.yaml
191-
- uses: actions/download-artifact@v3
191+
- uses: actions/download-artifact@v4
192192
with:
193193
name: pr-swagger.yaml
194194
path: ./src/CarbonAware.WebApi/src/wwwroot/api/v1/pr-swagger.yaml

.github/workflows/2.a-deploy.yaml.ignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# steps:
3030
# - name: Download artifact from build job
31-
# uses: actions/download-artifact@v2
31+
# uses: actions/download-artifact@v4
3232
# with:
3333
# name: CarbonAwareApi
3434

@@ -39,4 +39,4 @@
3939
# app-name: 'carbon-aware-api'
4040
# slot-name: 'Production'
4141
# publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D9BE266F4F034E79818711107BC7DDC5 }}
42-
# package: .
42+
# package: .

.github/workflows/dev_carbon-aware-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Download artifact from build job
49-
uses: actions/download-artifact@v2
49+
uses: actions/download-artifact@v4
5050
with:
5151
name: CarbonAwareApi
5252

0 commit comments

Comments
 (0)