File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151
5252
5353 - name : Publish artifact Test Report
54- uses : actions/upload-artifact@v5
54+ uses : actions/upload-artifact@v7
5555 if : always()
5656 with :
5757 name : reports
Original file line number Diff line number Diff line change 9393 github_token : ${{ secrets.GITHUB_TOKEN }}
9494
9595 - name : Publish artifact Test Report
96- uses : actions/upload-artifact@v5
96+ uses : actions/upload-artifact@v7
9797 if : always()
9898 with :
9999 name : reports
Original file line number Diff line number Diff line change @@ -91,19 +91,19 @@ jobs:
9191 run : ./gradlew --stacktrace --console=verbose jmc-test:publish
9292
9393 - name : Publish artifact libs
94- uses : actions/upload-artifact@v5
94+ uses : actions/upload-artifact@v7
9595 with :
9696 name : jmc-core artifacts
9797 path : ' jmc-core/build/libs/**'
9898
9999 - name : Publish artifact libs
100- uses : actions/upload-artifact@v5
100+ uses : actions/upload-artifact@v7
101101 with :
102102 name : jmc-jmeter-plugins artifacts
103103 path : ' jmc-jmeter-plugins/build/libs/**'
104104
105105 - name : Publish artifact libs
106- uses : actions/upload-artifact@v5
106+ uses : actions/upload-artifact@v7
107107 with :
108108 name : jmc-test artifacts
109109 path : ' jmc-test/build/libs/**'
Original file line number Diff line number Diff line change 6666 github_token : ${{ secrets.GITHUB_TOKEN }}
6767
6868 - name : Publish artifact Test Report
69- uses : actions/upload-artifact@v5
69+ uses : actions/upload-artifact@v7
7070 if : always()
7171 with :
7272 name : reports
You can’t perform that action at this time.
0 commit comments