Skip to content

Commit fd42477

Browse files
author
Sarathlal Sarangadharan
committed
TD-6505: YML update
1 parent 7431a8b commit fd42477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet publish --configuration Release --output publish_output
3535

3636
- name: Upload artifact
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: app
4040
path: publish_output
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Download artifact
50-
uses: actions/download-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: app
5353

0 commit comments

Comments
 (0)