Skip to content

Commit 2ddca8b

Browse files
Merge pull request #259 from lightpanda-io/ci-artifact
ci: update download-artifact
2 parents f434b3c + 10f56ee commit 2ddca8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "${{github.sha}}" > commit.txt
6262
6363
- name: upload artifact
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: benchmark-results
6767
path: |
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: download artifact
91-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4
9292
with:
9393
name: benchmark-results
9494

0 commit comments

Comments
 (0)