Skip to content

Commit 41c3d06

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent b931bc1 commit 41c3d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ./gradlew -Dprofile=release build
4040
- name: Upload (test) reports as artifact on GitHub on manual runs
4141
if: github.event_name == 'workflow_dispatch'
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4343
with:
4444
name: test-report ${{ matrix.os }} JDK ${{ matrix.jdk }}
4545
path: build/reports

0 commit comments

Comments
 (0)