Skip to content

Commit 384b9d3

Browse files
authored
Update master_surveyjs-aspnet-core.yml
1 parent d755a46 commit 384b9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master_surveyjs-aspnet-core.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
3030

3131
- name: Upload artifact for deployment job
32-
uses: actions/upload-artifact@v2
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: .net-app
3535
path: ${{env.DOTNET_ROOT}}/myapp
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Download artifact from build job
46-
uses: actions/download-artifact@v2
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: .net-app
4949

0 commit comments

Comments
 (0)