Skip to content

Commit

Permalink
Update actions/upload-artifact in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Jan 16, 2025
1 parent 5842700 commit 9e5dcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qualityGate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ jobs:
path: ./${{ env.PR_NUM_ARTIFACT }}
retention-days: 1 # minimum retention
- name: 'Upload artifact (report 1 content)'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.REPORT_1_ARTIFACT }}
path: ${{ env.REPORT_1_PATH }}
retention-days: 1 # minimum retention
- name: 'Upload artifact (report 2 content)'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.REPORT_2_ARTIFACT }}
path: ${{ env.REPORT_2_PATH }}
Expand Down

0 comments on commit 9e5dcde

Please sign in to comment.