Skip to content

Commit 02a47c7

Browse files
committed
Fixing github actions script.
1 parent 0c7892f commit 02a47c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |-
4444
docker tag microtingas/greate-belt-container:latest microtingas/greate-belt-container:latest
4545
- run: docker save microtingas/greate-belt-container:latest -o greate-belt-container.tar
46-
- uses: actions/upload-artifact@v2
46+
- uses: actions/upload-artifact@v3
4747
with:
4848
name: greate-belt-container
4949
path: greate-belt-container.tar

.github/workflows/dotnet-core-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |-
4141
docker tag microtingas/greate-belt-container:latest microtingas/greate-belt-container:latest
4242
- run: docker save microtingas/greate-belt-container:latest -o greate-belt-container.tar
43-
- uses: actions/upload-artifact@v2
43+
- uses: actions/upload-artifact@v3
4444
with:
4545
name: greate-belt-container
4646
path: greate-belt-container.tar

0 commit comments

Comments
 (0)