Skip to content

Commit

Permalink
Workflow: Update actions/upload-artifact to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cursey committed Feb 1, 2024
1 parent e1a9cf1 commit fc55f5c
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 @@ -51,7 +51,7 @@ jobs:
dest: safetyhook-amalgamated.zip

- name: Upload amalgamate
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.0
with:
name: safetyhook-amalgamated
path: amalgamated-dist/
Expand All @@ -70,7 +70,7 @@ jobs:
dest: safetyhook-amalgamated-zydis.zip

- name: Upload amalgamate with Zydis
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.0
with:
name: safetyhook-amalgamated-zydis
path: amalgamated-dist/
Expand Down

0 comments on commit fc55f5c

Please sign in to comment.