|
71 | 71 | run: | |
72 | 72 | dev/release/run_rat.sh "${TAR_GZ}" |
73 | 73 | - name: Upload source archive |
74 | | - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 74 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
75 | 75 | with: |
76 | 76 | name: release-source |
77 | 77 | path: | |
@@ -154,7 +154,7 @@ jobs: |
154 | 154 | - name: Compress into single artifact to keep directory structure |
155 | 155 | run: tar -cvzf jni-linux-${{ matrix.platform.arch }}.tar.gz jni/ |
156 | 156 | - name: Upload artifacts |
157 | | - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 157 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
158 | 158 | with: |
159 | 159 | name: jni-linux-${{ matrix.platform.arch }} |
160 | 160 | path: jni-linux-${{ matrix.platform.arch }}.tar.gz |
@@ -280,7 +280,7 @@ jobs: |
280 | 280 | - name: Compress into single artifact to keep directory structure |
281 | 281 | run: tar -cvzf jni-macos-${{ matrix.platform.arch }}.tar.gz jni/ |
282 | 282 | - name: Upload artifacts |
283 | | - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 283 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
284 | 284 | with: |
285 | 285 | name: jni-macos-${{ matrix.platform.arch }} |
286 | 286 | path: jni-macos-${{ matrix.platform.arch }}.tar.gz |
@@ -358,7 +358,7 @@ jobs: |
358 | 358 | shell: bash |
359 | 359 | run: tar -cvzf jni-windows-${{ matrix.platform.arch }}.tar.gz jni/ |
360 | 360 | - name: Upload artifacts |
361 | | - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 361 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
362 | 362 | with: |
363 | 363 | name: jni-windows-${{ matrix.platform.arch }} |
364 | 364 | path: jni-windows-${{ matrix.platform.arch }}.tar.gz |
@@ -430,12 +430,12 @@ jobs: |
430 | 430 | cp -a target/site/apidocs reference |
431 | 431 | tar -cvzf reference.tar.gz reference |
432 | 432 | - name: Upload binaries |
433 | | - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 433 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
434 | 434 | with: |
435 | 435 | name: release-binaries |
436 | 436 | path: binaries/* |
437 | 437 | - name: Upload docs |
438 | | - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 438 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
439 | 439 | with: |
440 | 440 | name: reference |
441 | 441 | path: reference.tar.gz |
@@ -473,7 +473,7 @@ jobs: |
473 | 473 | - name: Compress into single artifact to keep directory structure |
474 | 474 | run: tar -cvzf html.tar.gz -C docs/build html |
475 | 475 | - name: Upload artifacts |
476 | | - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 476 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
477 | 477 | with: |
478 | 478 | name: release-html |
479 | 479 | path: html.tar.gz |
|
0 commit comments