File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ runs:
112112 shell : bash
113113 - name : Archive receipt
114114 id : upload-artifact
115- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
115+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
116116 if : always()
117117 with :
118118 name : experiment-1-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ runs:
120120 shell : bash
121121 - name : Archive receipt
122122 id : upload-artifact
123- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
123+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
124124 if : always()
125125 with :
126126 name : experiment-2-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ runs:
120120 shell : bash
121121 - name : Archive receipt
122122 id : upload-artifact
123- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
123+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
124124 if : always()
125125 with :
126126 name : experiment-3-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ runs:
120120 shell : bash
121121 - name : Archive receipt
122122 id : upload-artifact
123- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
123+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
124124 if : always()
125125 with :
126126 name : experiment-1-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ runs:
120120 shell : bash
121121 - name : Archive receipt
122122 id : upload-artifact
123- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
123+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
124124 if : always()
125125 with :
126126 name : experiment-2-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
Original file line number Diff line number Diff line change 2828 - name : Build with Gradle
2929 run : ./gradlew build
3030 - name : Upload built script artifacts
31- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
31+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
3232 with :
3333 name : artifacts
3434 path : |
You can’t perform that action at this time.
0 commit comments