Skip to content

Commit 2e6518d

Browse files
Merge branch 'main' into renovate/github-actions
2 parents 883dd4c + 53d5055 commit 2e6518d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unittest-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# This posts the status to the PR/commit
1919
- uses: haya14busa/action-workflow_run-status@967ed83efa565c257675ed70cfe5231f062ddd94 # v1
2020
- name: Download benchmarks
21-
uses: dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
21+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
2222
with:
2323
# This is the workflow that triggered this run
2424
workflow: ${{ github.event.workflow.id }}

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: echo ${{ github.event.number }} > ./pr_number
5555
- name: Upload deltas
5656
if: matrix.os == 'ubicloud-standard-8'
57-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
57+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5858
with:
5959
name: delta-action-benchmarks
6060
retention-days: 7

0 commit comments

Comments
 (0)