Skip to content

Commit

Permalink
BCDA-8570 Upgrade github action artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpartridge committed Dec 12, 2024
1 parent 6ea12cb commit 975836e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
make test
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: ./test_results/latest/testcoverage.out
Expand All @@ -41,12 +41,9 @@ jobs:
name: Sonarqube Quality Gate
needs: build
runs-on: self-hosted
env:
# Workaround until https://jira.cms.gov/browse/PLT-338 is implemented.
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: "true"
steps:
- name: Download code coverage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: code-coverage-report
- name: Set env vars from AWS params
Expand Down

0 comments on commit 975836e

Please sign in to comment.