@@ -50,33 +50,33 @@ jobs:
5050 echo "::group::Script setup"
5151 ./.github/node_upgrade.sh
5252 echo "::endgroup::"
53- - name : ↑ Upload testing artifacts on failure
53+ - name : ↟ Upload testing artifacts on failure
5454 uses : actions/upload-artifact@v4
5555 if : failure()
5656 with :
5757 name : testing-artifacts
5858 path : testing_artifacts.tar.xz
59- - name : ↑ Upload Allure results for step1
59+ - name : ↟ Upload Allure results for step1
6060 uses : actions/upload-artifact@v4
6161 # When using `always()`, you lose ability to manually cancel the workflow.
6262 # Use `success() || failure()` instead.
6363 if : success() || failure()
6464 with :
6565 name : allure-results-step1
6666 path : allure-results-step1.tar.xz
67- - name : ↑ Upload Allure results for step2
67+ - name : ↟ Upload Allure results for step2
6868 uses : actions/upload-artifact@v4
6969 if : success() || failure()
7070 with :
7171 name : allure-results-step2
7272 path : allure-results-step2.tar.xz
73- - name : ↑ Upload Allure results for step3
73+ - name : ↟ Upload Allure results for step3
7474 uses : actions/upload-artifact@v4
7575 if : success() || failure()
7676 with :
7777 name : allure-results-step3
7878 path : allure-results-step3.tar.xz
79- - name : ↑ Upload HTML reports
79+ - name : ↟ Upload HTML reports
8080 uses : actions/upload-artifact@v4
8181 if : success() || failure()
8282 with :
@@ -85,15 +85,15 @@ jobs:
8585 testrun-report-step1.html
8686 testrun-report-step2.html
8787 testrun-report-step3.html
88- - name : ↑ Upload testrun files
88+ - name : ↟ Upload testrun files
8989 uses : actions/upload-artifact@v4
9090 if : success() || failure()
9191 with :
9292 name : testrun-files
9393 path : |
9494 scheduling.log.xz
9595 errors_all.log
96- - name : ↑ Upload CLI coverage
96+ - name : ↟ Upload CLI coverage
9797 uses : actions/upload-artifact@v4
9898 if : success() || failure()
9999 with :
0 commit comments