diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index dc73792c2..4a161f3b8 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -390,7 +390,7 @@ jobs: digest="${{ steps.build.outputs.digest }}" touch "/tmp/digests/${{ matrix.name.image_name }}/${digest#sha256:}" - name: Upload digest artifact - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: overwrite: true name: ${{ matrix.image_prefix && format('{0}-', matrix.image_prefix) || '' }}${{ matrix.name.image_name }}-${{ inputs.sha }}-digest-${{ matrix.arch.shortname }} diff --git a/.github/workflows/_elixir.yml b/.github/workflows/_elixir.yml index 5d8679cc6..8ac688de6 100644 --- a/.github/workflows/_elixir.yml +++ b/.github/workflows/_elixir.yml @@ -292,7 +292,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == github.repository && always() }} - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: screenshots-${{ matrix.MIX_TEST_PARTITION }} path: elixir/apps/web/screenshots diff --git a/.github/workflows/_kotlin.yml b/.github/workflows/_kotlin.yml index 13bd76b26..1c65fc73d 100644 --- a/.github/workflows/_kotlin.yml +++ b/.github/workflows/_kotlin.yml @@ -89,7 +89,7 @@ jobs: run: | ./gradlew testReleaseUnitTest - name: Upload package artifacts - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: Android ${{ matrix.package-type }} path: | @@ -125,7 +125,7 @@ jobs: run: | ./gradlew assembleDebug - name: Upload debug APK - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: Android debug APK path: | diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index 42d4fd8fc..e63e675b8 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -114,14 +114,14 @@ jobs: shell: bash run: ${{ env.RENAME_SCRIPT }} - name: Upload deb / msi package - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: ${{ env.ARTIFACT_DST }}-pkg path: ${{ env.ARTIFACT_SRC }}.${{ matrix.pkg-extension }} if-no-files-found: error - name: Upload rpm package if: "${{ runner.os == 'Linux' }}" - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: ${{ env.ARTIFACT_DST }}-rpm path: ${{ env.ARTIFACT_SRC }}.rpm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83f24a47e..c187a8f1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,7 +191,7 @@ jobs: ./scripts/tests/perf/${{ matrix.test_name }}.sh jq '{ "${{ matrix.test_name }}": { "throughput": { "value": .end.sum_received.bits_per_second } } }' ./${{ matrix.test_name }}.json > ./${{ matrix.test_name }}.bmf.json - name: "Save performance test results: ${{ matrix.test_name }}" - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: overwrite: true name: ${{ matrix.test_name }}-${{ github.sha }}-iperf3results