Skip to content

Commit e2dc6b8

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
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
@@ -57,7 +57,7 @@ jobs:
5757
- name: Extract branch name
5858
id: extract_branch
5959
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
60-
- uses: actions/download-artifact@v4
60+
- uses: actions/download-artifact@v3
6161
with:
6262
name: greate-belt-container
6363
- run: docker load -i greate-belt-container.tar
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
cat docker_run_log
121121
- name: DB Configuration
122-
uses: cypress-io/github-action@v4
122+
uses: cypress-io/github-action@v3
123123
with:
124124
start: echo 'hi'
125125
wait-on: "http://localhost:4200"
@@ -146,7 +146,7 @@ jobs:
146146
cat docker_run_log
147147
- name: Archive screenshot artifacts
148148
if: ${{ failure() }}
149-
uses: actions/upload-artifact@v4
149+
uses: actions/upload-artifact@v3
150150
with:
151151
name: error Screenshots
152152
path: |

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

Lines changed: 4 additions & 4 deletions
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
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v3
5252
with:
5353
path: eform-angular-greate-belt-plugin
54-
- uses: actions/download-artifact@v4
54+
- uses: actions/download-artifact@v3
5555
with:
5656
name: greate-belt-container
5757
- run: docker load -i greate-belt-container.tar
@@ -113,7 +113,7 @@ jobs:
113113
run: |
114114
cat docker_run_log
115115
- name: DB Configuration
116-
uses: cypress-io/github-action@v4
116+
uses: cypress-io/github-action@v3
117117
with:
118118
start: echo 'hi'
119119
wait-on: "http://localhost:4200"
@@ -140,7 +140,7 @@ jobs:
140140
cat docker_run_log
141141
- name: Archive screenshot artifacts
142142
if: ${{ failure() }}
143-
uses: actions/upload-artifact@v4
143+
uses: actions/upload-artifact@v3
144144
with:
145145
name: error Screenshots
146146
path: |

0 commit comments

Comments
 (0)