Skip to content

Commit 7444560

Browse files
author
Miguel Teheran
committed
Update actions/upload-artifact version to v3
1 parent 0c73461 commit 7444560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_apicolombia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
3333

3434
- name: Upload artifact for deployment job
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v3
3636
with:
3737
name: .net-app
3838
path: ${{env.DOTNET_ROOT}}/myapp

0 commit comments

Comments
 (0)