Skip to content

Commit

Permalink
Merge pull request #624 from DKU-Dgaja/623-be-fix-actionsupload-artif…
Browse files Browse the repository at this point in the history
…actv2-지원-중단-문제

[BE] fix(#623): atifactv 버전 업 (v2 -> v3)
  • Loading branch information
jusung-c authored Sep 13, 2024
2 parents beb5a28 + 14525d3 commit 5ca66bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_dev_be_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
needs: test
steps:
- name: Upload Report
uses: 'actions/upload-artifact@v2'
uses: 'actions/upload-artifact@v3'
with:
name: report.xml
path: ${{ github.workspace }}/backend/build/reports/jacoco/test/jacocoTestReport.xml
Expand Down

0 comments on commit 5ca66bf

Please sign in to comment.