File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4040
4141 - name : Upload test report
4242 if : always()
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v5
4444 with :
4545 name : playwright-report
4646 path : playwright-report/
Original file line number Diff line number Diff line change 4141
4242 - name : Upload test report
4343 if : always()
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : playwright-report
4747 path : playwright-report/
Original file line number Diff line number Diff line change 3838
3939 - name : Upload test report
4040 if : always()
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : playwright-report
4444 path : playwright-report/
Original file line number Diff line number Diff line change 5555 echo "commit_url=$COMMIT_URL" >> "$GITHUB_OUTPUT"
5656 echo "committer=$AUTHOR" >> "$GITHUB_OUTPUT"
5757
58- - uses : actions/upload-artifact@v4
58+ - uses : actions/upload-artifact@v5
5959 with :
6060 name : build-artifact
6161 path : ${{ env.BUILD_DIR }}${{ env.BUILD_ARTIFACT }}
@@ -165,7 +165,7 @@ jobs:
165165
166166 - name : Upload test report
167167 if : always()
168- uses : actions/upload-artifact@v4
168+ uses : actions/upload-artifact@v5
169169 with :
170170 name : playwright-report
171171 path : playwright-report/
Original file line number Diff line number Diff line change 4848 - name : Build
4949 run : yarn build:prod
5050
51- - uses : actions/upload-artifact@v4
51+ - uses : actions/upload-artifact@v5
5252 with :
5353 name : ' build-artifact'
5454 path : ' ${{env.BUILD_DIR}}${{env.BUILD_ARTIFACT}}'
Original file line number Diff line number Diff line change 7272 echo -e "COMMIT SHA = ${{ github.sha }}" >> ${{env.UNIT_TEST_REPORT_FILE}}
7373 echo -e "TEST RUN DATE = $(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${{env.UNIT_TEST_REPORT_FILE}}
7474
75- - uses : actions/upload-artifact@v4
75+ - uses : actions/upload-artifact@v5
7676 with :
7777 name : ' unit-tests-report'
7878 path : ${{env.UNIT_TEST_REPORT_FILE}}
8989 - name : Build
9090 run : yarn build:prod
9191
92- - uses : actions/upload-artifact@v4
92+ - uses : actions/upload-artifact@v5
9393 with :
9494 name : ' build-artifact'
9595 path : ' ${{env.BUILD_DIR}}${{env.BUILD_ARTIFACT}}'
@@ -116,7 +116,7 @@ jobs:
116116 yarn changelog:${{ env.changelog_type }} > ${{ env.CHANGELOG_FILE }}
117117 echo "changelog=${{ env.CHANGELOG_FILE }}" >> $GITHUB_OUTPUT
118118
119- - uses : actions/upload-artifact@v4
119+ - uses : actions/upload-artifact@v5
120120 if : ${{ env.changelog_type }}
121121 with :
122122 name : ' changelog'
Original file line number Diff line number Diff line change 4747
4848 - name : Upload test report
4949 if : always()
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : playwright-report-${{ env.ENV }}
5353 path : playwright-report/
You can’t perform that action at this time.
0 commit comments