File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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*
Original file line number Diff line number Diff line change 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*
You can’t perform that action at this time.
0 commit comments