Skip to content

Commit

Permalink
Updated upload-artifact actions version.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmbeddedDevops1 committed Sep 13, 2024
1 parent 6768f80 commit b775883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: test-reports
path: testLog.xml
- name: Upload coverage report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
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@v2
uses: actions/upload-artifact@v3
with:
name: cover-agent-${{ matrix.os }}
path: dist/cover-agent*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build Executable
run: make installer
- name: Upload Executable
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cover-agent
path: dist/cover-agent*
Expand Down

0 comments on commit b775883

Please sign in to comment.