Skip to content

Commit 84a28eb

Browse files
chore(deps): Update gradle and github actions
1 parent 3c83f9a commit 84a28eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/dependency_submission.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
distribution: 'temurin'
1818
java-version: 21
19-
- uses: gradle/actions/dependency-submission@v3
19+
- uses: gradle/actions/dependency-submission@v4

Diff for: .github/workflows/test_results.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
actions: read
2121
steps:
2222
- name: Download and Extract Artifacts
23-
uses: dawidd6/action-download-artifact@v3
23+
uses: dawidd6/action-download-artifact@v6
2424
with:
2525
run_id: ${{ github.event.workflow_run.id }}
2626
path: artifacts

0 commit comments

Comments
 (0)