File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8080 run : |
8181 ./gradlew --no-daemon jacocoTestReport
8282 - name : Upload Test Report
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
8484 if : always() # always run even if the previous step fails
8585 with :
8686 name : junit-test-results-${{ matrix.os }}
@@ -103,13 +103,13 @@ jobs:
103103 powershell
104104 choco pack build/choco/jbang.nuspec
105105 - name : Archive build results
106- uses : actions/upload-artifact@v4 # v3
106+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
107107 if : always()
108108 with :
109109 name : ${{ runner.os }}-build-${{ github.sha }}
110110 path : build
111111 - name : Upload jbang.zip
112- uses : actions/upload-artifact@v4 # v3
112+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
113113 if : always() && runner.os != 'Windows'
114114 with :
115115 name : jbang-${{ github.sha }}
@@ -135,7 +135,7 @@ jobs:
135135 with :
136136 distribution : ' temurin'
137137 java-version : ${{ matrix.java }}
138- - uses : actions/download-artifact@v4
138+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
139139 with :
140140 name : ${{ runner.os }}-build-${{ github.sha }}
141141 path : build
Original file line number Diff line number Diff line change 5151 setup-java : false
5252 - name : JReleaser publish output
5353 if : always()
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5555 with :
5656 name : jreleaser-publish
5757 path : |
@@ -74,14 +74,14 @@ jobs:
7474 setup-java : false
7575 - name : JReleaser announce output
7676 if : always()
77- uses : actions/upload-artifact@v4 # v3
77+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
7878 with :
7979 name : jreleaser-announce
8080 path : |
8181 out/jreleaser/trace.log
8282 out/jreleaser/output.properties
8383 - name : upload-choco
84- uses : actions/upload-artifact@v4 # v3
84+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
8585 with :
8686 name : build-choco
8787 path : build/choco
Original file line number Diff line number Diff line change 3838 echo "The PR number is: ${{ env.pr_number }}"
3939
4040 - name : Download Test Report
41- uses : actions/download-artifact@v4 # v2
41+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
4242 with :
4343 name : junit-test-results-*
4444 # path: test-${{ matrix.os }}
Original file line number Diff line number Diff line change 5858 setup-java : false
5959 - name : JReleaser output
6060 if : always()
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
6262 with :
6363 name : jreleaser-release
6464 path : |
You can’t perform that action at this time.
0 commit comments