From 2c99403ea3fc01421fb137edbda92f0d626d7706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:21:54 +0000 Subject: [PATCH] build(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/benchmark-build-speed.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/pre-merge.yaml | 2 +- .github/workflows/test-matrix-agp-gradle.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmark-build-speed.yml b/.github/workflows/benchmark-build-speed.yml index 04f375e1..8c63a211 100644 --- a/.github/workflows/benchmark-build-speed.yml +++ b/.github/workflows/benchmark-build-speed.yml @@ -33,7 +33,7 @@ jobs: ./benchmark-build-speed.sh - name: Upload results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ github.sha }} path: ${{ github.workspace }}/scripts/benchmark/results/ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6b3634e..ee8c4d23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: run: ./gradlew :plugin-build:assemble :sentry-kotlin-compiler-plugin:assemble - name: Archive artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ github.sha }} path: | diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index 3a29d778..e6468d0c 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -38,7 +38,7 @@ jobs: run: ./gradlew preMerge --continue - name: Upload Test Results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: test-results-${{ matrix.os }} path: plugin-build/build/reports/tests/ diff --git a/.github/workflows/test-matrix-agp-gradle.yaml b/.github/workflows/test-matrix-agp-gradle.yaml index a4b7d9f2..ce7931dc 100644 --- a/.github/workflows/test-matrix-agp-gradle.yaml +++ b/.github/workflows/test-matrix-agp-gradle.yaml @@ -91,7 +91,7 @@ jobs: rm -r output - name: Upload Test Results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: test-results-AGP${{ matrix.agp }}-Gradle${{ matrix.gradle }} path: plugin-build/build/reports/tests/