Skip to content

Commit

Permalink
bump upload to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Sep 5, 2024
1 parent 27dd42a commit 9f43a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
path: |
~/.bpftime
- name: Upload build results (with jit)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{matrix.enable_jit}}
with:
name: runtime-package-jit-${{matrix.container.name}}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
steps:
- name: Download prebuilt runtime (with jit)
if: ${{matrix.enable_jit}}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: runtime-package-jit-${{matrix.container.name}}
path: ~/.bpftime
Expand Down

0 comments on commit 9f43a89

Please sign in to comment.