Skip to content

Commit

Permalink
Merge pull request #259 from lightpanda-io/ci-artifact
Browse files Browse the repository at this point in the history
ci: update download-artifact
  • Loading branch information
krichprollsch authored Nov 15, 2024
2 parents f434b3c + 10f56ee commit 2ddca8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "${{github.sha}}" > commit.txt
- name: upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: benchmark-results
path: |
Expand All @@ -88,7 +88,7 @@ jobs:

steps:
- name: download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: benchmark-results

Expand Down

0 comments on commit 2ddca8b

Please sign in to comment.