diff --git a/.github/workflows/jvm-build-and-publish.yml b/.github/workflows/jvm-build-and-publish.yml index 1a4361c..c0c6cfe 100644 --- a/.github/workflows/jvm-build-and-publish.yml +++ b/.github/workflows/jvm-build-and-publish.yml @@ -91,7 +91,7 @@ jobs: ${{ inputs.build-command }} - name: Upload artifacts - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ steps.short_sha.outputs.GITHUB_SHA_SHORT }}-${{ github.run_id }} path: | diff --git a/.github/workflows/jvm-build.yml b/.github/workflows/jvm-build.yml index 9bc20e5..06121da 100644 --- a/.github/workflows/jvm-build.yml +++ b/.github/workflows/jvm-build.yml @@ -84,7 +84,7 @@ jobs: ${{ inputs.build-command }} - name: Upload artifacts - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ steps.short_sha.outputs.GITHUB_SHA_SHORT }}-${{ github.run_id }} path: | diff --git a/.github/workflows/jvm-test.yml b/.github/workflows/jvm-test.yml index 51b88cd..5068af7 100644 --- a/.github/workflows/jvm-test.yml +++ b/.github/workflows/jvm-test.yml @@ -106,7 +106,7 @@ jobs: fail_on_failure: ${{ inputs.fail-on-test-failure }} - name: Upload test results as artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: always() with: name: test-results-${{ steps.short_sha.outputs.GITHUB_SHA_SHORT }}-${{ github.run_id }}