Skip to content

Commit 4f906b8

Browse files
chore(deps): update actions/upload-artifact digest to 043fb46
1 parent 4b987ce commit 4f906b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6
7676
- name: Build and Test
7777
run: ./gradlew check -x spotlessCheck
78-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
78+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
7979
if: ${{ failure() }}
8080
with:
8181
name: ${{ matrix.os }}-test-result
@@ -107,7 +107,7 @@ jobs:
107107
run: ./gradlew check -x spotlessCheck
108108
env:
109109
GRADLE_VERSION: "${{ matrix.GRADLE_VERSION }}"
110-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
110+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
111111
if: ${{ failure() }}
112112
with:
113113
name: ${{ matrix.GRADLE_VERSION }}-test-result

0 commit comments

Comments
 (0)