From d1a0772853e6319fb6977e0dc30a7e834afc3347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 19:04:34 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/assemble-xcframework-variant.yml | 2 +- .github/workflows/benchmarking.yml | 2 +- .../workflows/build-xcframework-variant-slices.yml | 4 ++-- .github/workflows/build.yml | 6 +++--- .github/workflows/integration-test.yml | 2 +- .github/workflows/objc-conversion-analysis.yml | 2 +- .github/workflows/release-upload-xcframework.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-3rd-party-integrations.yml | 4 ++-- .github/workflows/test.yml | 12 ++++++------ .github/workflows/testflight.yml | 2 +- .github/workflows/ui-tests-common.yml | 6 +++--- .github/workflows/ui-tests-critical.yml | 4 ++-- .github/workflows/unit-test-common.yml | 8 ++++---- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/assemble-xcframework-variant.yml b/.github/workflows/assemble-xcframework-variant.yml index 7d819377e0..280913253f 100644 --- a/.github/workflows/assemble-xcframework-variant.yml +++ b/.github/workflows/assemble-xcframework-variant.yml @@ -169,7 +169,7 @@ jobs: shell: bash - name: Upload XCFramework - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 env: XCFRAMEWORK_NAME: ${{ env.XCFRAMEWORK_NAME }} with: diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index 7471923b85..06c6041932 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -106,7 +106,7 @@ jobs: - name: Upload Built Apps for SauceLabs if: needs.files-changed.outputs.is_dependabot != 'true' - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: benchmark-apps path: | diff --git a/.github/workflows/build-xcframework-variant-slices.yml b/.github/workflows/build-xcframework-variant-slices.yml index fea88a4616..831c76f26b 100644 --- a/.github/workflows/build-xcframework-variant-slices.yml +++ b/.github/workflows/build-xcframework-variant-slices.yml @@ -122,7 +122,7 @@ jobs: shell: bash - name: Upload xcarchive - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: xcframework-${{inputs.variant-id}}-slice-${{matrix.sdk}} if-no-files-found: error @@ -130,7 +130,7 @@ jobs: ${{inputs.name}}${{inputs.suffix}}.xcarchive.zip - name: Upload build log if failed - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: raw-build-output-build-xcframework-${{inputs.variant-id}}-${{matrix.sdk}} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af6ac0c2e6..8957fb4d93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,7 +136,7 @@ jobs: build 2>&1 | tee raw-build-output.log | xcbeautify --preserve-unbeautified - name: Archiving Raw Build Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: raw-build-output-scheme-${{matrix.scheme}} @@ -239,7 +239,7 @@ jobs: build | tee raw-build-output-spm.log | xcbeautify --preserve-unbeautified shell: sh - name: Upload SPM Build Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: raw-build-output-spm @@ -273,7 +273,7 @@ jobs: shell: sh - name: Upload SPM Build Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: raw-build-output-spm diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index d81e8d06c9..97c571752a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -54,7 +54,7 @@ jobs: working-directory: Samples/iOS-Cocoapods-Swift6 - name: Upload Result Bundle - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() }} with: name: integration-test-iOS-Cocoapods-Swift6.xcresult diff --git a/.github/workflows/objc-conversion-analysis.yml b/.github/workflows/objc-conversion-analysis.yml index fab9c0361f..7aaaa1e8f1 100644 --- a/.github/workflows/objc-conversion-analysis.yml +++ b/.github/workflows/objc-conversion-analysis.yml @@ -69,7 +69,7 @@ jobs: dot -Tsvg objc_dependencies_topo.dot -o objc_dependencies_topo.svg - name: Upload analysis artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: objc-conversion-analysis path: | diff --git a/.github/workflows/release-upload-xcframework.yml b/.github/workflows/release-upload-xcframework.yml index b443cef833..c8793afa39 100644 --- a/.github/workflows/release-upload-xcframework.yml +++ b/.github/workflows/release-upload-xcframework.yml @@ -36,7 +36,7 @@ jobs: run-id: ${{ env.FRAMEWORK_RUN_ID }} - name: Archive XCFrameworks for Craft - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: # Craft uses the git commit hash of the release branch to download the release artifacts. name: ${{ github.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a86ffd34d..e1d10d0b5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -381,7 +381,7 @@ jobs: path: XCFrameworkBuildPath/ - name: Archive XCFrameworks for Craft - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: xcframeworks.zip if-no-files-found: error diff --git a/.github/workflows/test-3rd-party-integrations.yml b/.github/workflows/test-3rd-party-integrations.yml index 82dda7e68d..fdfa9de3d9 100644 --- a/.github/workflows/test-3rd-party-integrations.yml +++ b/.github/workflows/test-3rd-party-integrations.yml @@ -64,7 +64,7 @@ jobs: - name: Build XCFramework (Static) run: ./scripts/build-xcframework-local.sh macOSOnly StaticOnly --not-signed - name: Upload XCFrameworks - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: xcframeworks-for-3rd-party-integration-tests path: "XCFrameworkBuildPath/*.xcframework.zip" @@ -105,7 +105,7 @@ jobs: working-directory: 3rd-party-integrations/${{matrix.integration_dir}} run: swift test - name: Archiving Raw Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: raw-output-${{matrix.integration_dir}}-integration diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98b60f264b..315192cc0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,14 +81,14 @@ jobs: lipo -create -output test-server-exec $(swift build --show-bin-path -c release --triple arm64-apple-macosx)/Run $(swift build --show-bin-path -c release --triple x86_64-apple-macosx)/Run - name: Archiving DerivedData - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: test-server path: | ./test-server/test-server-exec - name: Archiving Raw Test Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: test-server-build-log @@ -135,7 +135,7 @@ jobs: - run: set -o pipefail && NSUnbufferedIO=YES SKIP_BINARIES=1 xcodebuild test -scheme Sentry-Package -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=18.5,name=iPhone 16 Pro' | tee raw-test-output-distribution.log | xcbeautify --preserve-unbeautified shell: sh - name: Upload Distribution Test Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: raw-test-output-distribution @@ -208,7 +208,7 @@ jobs: --test-plan Sentry_TestServer - name: Archiving DerivedData Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: steps.build_tests.outcome == 'failure' with: name: derived-data-test-server-${{matrix.platform}}-xcode-${{matrix.xcode}} @@ -216,7 +216,7 @@ jobs: /Users/runner/Library/Developer/Xcode/DerivedData/**/Logs/** - name: Archiving Raw Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: raw-output-test-server-${{matrix.platform}}-xcode-${{matrix.xcode}} @@ -226,7 +226,7 @@ jobs: raw-test-output.log - name: Archiving Crash Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: crash-logs-test-server-${{matrix.platform}}-xcode-${{matrix.xcode}} diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index 720f4f35a4..8c67f9161b 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -124,7 +124,7 @@ jobs: echo "::warning::TestFlight upload was SKIPPED ON PURPOSE for dependabot PR. Code signing secrets are not available for dependabot PRs." - name: Archiving - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: dSYMs path: | diff --git a/.github/workflows/ui-tests-common.yml b/.github/workflows/ui-tests-common.yml index f6cc8bbfe3..3dd0b48867 100644 --- a/.github/workflows/ui-tests-common.yml +++ b/.github/workflows/ui-tests-common.yml @@ -154,7 +154,7 @@ jobs: flags: ui-tests-${{ inputs.fastlane_command }}-${{ inputs.xcode_version }}, ui-tests - name: Upload Result Bundle - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() }} with: name: ${{ inputs.fastlane_command }}${{ inputs.files_suffix }} @@ -162,7 +162,7 @@ jobs: fastlane/test_results/**/*.xcresult - name: Upload iOS Simulator Crash Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() }} with: name: ${{ inputs.fastlane_command }}${{ inputs.files_suffix }}_crash_logs @@ -170,7 +170,7 @@ jobs: ~/Library/Logs/DiagnosticReports/** - name: Archiving Raw Test Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: ${{ inputs.fastlane_command }}${{ inputs.files_suffix }}_raw_output diff --git a/.github/workflows/ui-tests-critical.yml b/.github/workflows/ui-tests-critical.yml index eb85445b3b..b93110d4de 100644 --- a/.github/workflows/ui-tests-critical.yml +++ b/.github/workflows/ui-tests-critical.yml @@ -119,7 +119,7 @@ jobs: ./TestSamples/SwiftUICrashTest/test-crash-and-relaunch.sh --screenshots-dir "swiftui-crash-test-screenshots" - name: Upload SwiftUI Crash Test Screenshots - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: always() with: name: swiftui-crash-test-screenshots @@ -130,7 +130,7 @@ jobs: run: xcrun simctl spawn booted log collect --output $(pwd)/swiftui-crash-test-log.logarchive - name: Upload Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: always() with: name: swiftui-crash-test-log.logarchive diff --git a/.github/workflows/unit-test-common.yml b/.github/workflows/unit-test-common.yml index 2ded0f8924..31936372bb 100644 --- a/.github/workflows/unit-test-common.yml +++ b/.github/workflows/unit-test-common.yml @@ -194,7 +194,7 @@ jobs: fi - name: Archiving DerivedData Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: steps.build_tests.outcome == 'failure' with: name: derived-data-${{inputs.platform}}-xcode-${{inputs.xcode}}-os-${{inputs.test-destination-os}} @@ -202,7 +202,7 @@ jobs: /Users/runner/Library/Developer/Xcode/DerivedData/**/Logs/** - name: Archiving Raw Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: raw-output-${{inputs.platform}}-xcode-${{inputs.xcode}}-os-${{inputs.test-destination-os}} @@ -212,7 +212,7 @@ jobs: raw-test-output.log - name: Archiving Crash Logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: crash-logs-${{inputs.platform}}-xcode-${{inputs.xcode}}-os-${{inputs.test-destination-os}} @@ -220,7 +220,7 @@ jobs: ~/Library/Logs/DiagnosticReports/** - name: Archiving Test Results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ failure() || cancelled() }} with: name: result-bundle-${{inputs.platform}}-xcode-${{inputs.xcode}}-os-${{inputs.test-destination-os}}