Skip to content

Commit 3f65e7b

Browse files
chore(deps): update github artifact actions
1 parent f34c7e0 commit 3f65e7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.long.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
3232
- run: mvn clean install -P"long" --errors --batch-mode
3333
- name: Archive failure logs
34-
uses: actions/upload-artifact@v5
34+
uses: actions/upload-artifact@v6
3535
if: failure()
3636
with:
3737
name: build-log-files

.github/workflows/post-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_CONTEXT: ${{ toJson(github) }}
2020
run: echo "$GITHUB_CONTEXT"
2121
- name: Download PR Number and Benchmark Comment
22-
uses: actions/download-artifact@v6
22+
uses: actions/download-artifact@v7
2323
with:
2424
run-id: ${{ github.event.workflow_run.id }}
2525
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)