Skip to content

Commit da6ca9e

Browse files
Modified upload artifact version from v2 to v3. (#158)
1 parent e9f9467 commit da6ca9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
OPENAI_API_KEY: "This_is_a_fake_API_key"
6161
run: make test
6262
- name: Upload test report
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v3
6464
if: always()
6565
with:
6666
name: test-reports
6767
path: testLog.xml
6868
- name: Upload coverage report
69-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v3
7070
if: always()
7171
with:
7272
name: coverage-reports
@@ -148,7 +148,7 @@ jobs:
148148
run: ./dist/cover-agent --help
149149
shell: bash
150150
- name: Upload Executable
151-
uses: actions/upload-artifact@v2
151+
uses: actions/upload-artifact@v3
152152
with:
153153
name: cover-agent-${{ matrix.os }}
154154
path: dist/cover-agent*

.github/workflows/nightly_regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build Executable
3737
run: make installer
3838
- name: Upload Executable
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v3
4040
with:
4141
name: cover-agent
4242
path: dist/cover-agent*

0 commit comments

Comments
 (0)