Skip to content

Commit

Permalink
v4s
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Oct 23, 2024
1 parent e51d256 commit 8006f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Conan
id: conan
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
$GITHUB_WORKSPACE/build/bin/asm-parser $GITHUB_WORKSPACE/resources/example_intel.asm > ./example_intel.json
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: build/bin/asm-parser

Expand Down

0 comments on commit 8006f02

Please sign in to comment.