Skip to content

Commit fc28afc

Browse files
chore(deps): Update gradle and github actions
1 parent 8135a00 commit fc28afc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
1313
runs-on: "ubuntu-latest"
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Set up JDK
1717
uses: actions/setup-java@v5
1818
with:
@@ -26,7 +26,7 @@ jobs:
2626
run: ./gradlew build
2727
- name: Upload Test Results
2828
if: always()
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: Test Results
3232
path: |
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Upload
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: Event File
6565
path: ${{ github.event_path }}

.github/workflows/test_results.yml

Lines changed: 1 addition & 1 deletion
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@v11
23+
uses: dawidd6/action-download-artifact@v12
2424
with:
2525
run_id: ${{ github.event.workflow_run.id }}
2626
path: artifacts

0 commit comments

Comments
 (0)