Skip to content

Commit 4ff6e42

Browse files
authored
Merge pull request #312 from kit-data-manager/renovate/major-github-artifact-actions
chore(deps): update github artifact actions to v7
2 parents b931bc1 + c2eb3b8 commit 4ff6e42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
4343
with:
4444
name: test-report ${{ matrix.os }} JDK ${{ matrix.jdk }}
4545
path: build/reports

0 commit comments

Comments
 (0)