Skip to content

Commit 3d0508c

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bbd72d commit 3d0508c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎.github/workflows/JetLagged.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Upload test reports
8686
if: always()
87-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
87+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888
with:
8989
name: test-reports-jetlagged-${{ matrix.api-level }}
9090
path: ${{ env.SAMPLE_PATH }}/app/build/reports

‎.github/workflows/JetNews.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Upload test reports
8484
if: always()
85-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
85+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8686
with:
8787
name: test-reports-jetnews-${{ matrix.api-level }}
8888
path: ${{ env.SAMPLE_PATH }}/app/build/reports/androidTests

‎.github/workflows/Jetchat.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Upload test reports
8585
if: always()
86-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
86+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8787
with:
8888
name: test-reports-jetchat-${{ matrix.api-level }}
8989
path: ${{ env.SAMPLE_PATH }}/app/build/reports

‎.github/workflows/Reply.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Upload test reports
8686
if: always()
87-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
87+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888
with:
8989
name: test-reports-reply-${{ matrix.api-level }}
9090
path: ${{ env.SAMPLE_PATH }}/app/build/reports

‎.github/workflows/build-sample.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ jobs:
8989
run: ./gradlew testDebug --stacktrace
9090

9191
- name: Upload build outputs (APKs)
92-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
92+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9393
with:
9494
name: build-outputs
9595
path: ${{ inputs.path }}/${{ inputs.module }}/build/outputs
9696

9797
- name: Upload build reports
9898
if: always()
99-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
99+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
100100
with:
101101
name: build-reports
102102
path: ${{ inputs.path }}/${{ inputs.module }}/build/reports

0 commit comments

Comments
 (0)