Skip to content

Commit eecda00

Browse files
authored
Merge pull request #337 from kit-data-manager/renovate/actions-upload-artifact-7.x
chore(deps): update actions/upload-artifact action to v7.0.1
2 parents 1d5494b + 32d3795 commit eecda00

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
@@ -36,7 +36,7 @@ jobs:
3636
run: ./gradlew -Dprofile=release build
3737
- name: Upload (test) reports as artifact on GitHub on manual runs
3838
if: github.event_name == 'workflow_dispatch'
39-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
39+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4040
with:
4141
name: test-report ${{ matrix.os }} JDK ${{ matrix.jdk }}
4242
path: build/reports

0 commit comments

Comments
 (0)