Skip to content

Commit

Permalink
Fix upload-artifact version.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmbeddedDevops1 committed Jan 31, 2025
1 parent 2293ea9 commit 20a1c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
OPENAI_API_KEY: "This_is_a_fake_API_key"
run: make test
- name: Upload test report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-reports
path: testLog.xml
- name: Upload coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage-reports
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
run: ./dist/cover-agent --help
shell: bash
- name: Upload Executable
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cover-agent-${{ matrix.os }}
path: dist/cover-agent*
Expand Down

0 comments on commit 20a1c1d

Please sign in to comment.