We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c83f9a commit 84a28ebCopy full SHA for 84a28eb
.github/workflows/dependency_submission.yml
@@ -16,4 +16,4 @@ jobs:
16
with:
17
distribution: 'temurin'
18
java-version: 21
19
- - uses: gradle/actions/dependency-submission@v3
+ - uses: gradle/actions/dependency-submission@v4
.github/workflows/test_results.yml
@@ -20,7 +20,7 @@ jobs:
20
actions: read
21
steps:
22
- name: Download and Extract Artifacts
23
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v6
24
25
run_id: ${{ github.event.workflow_run.id }}
26
path: artifacts
0 commit comments