Skip to content

Commit

Permalink
Update upload_artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Aug 22, 2024
1 parent 953daa0 commit 33072e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
echo "artifacts_path=../install-libroadrunner-deps" >> "${GITHUB_ENV}"
- name: Upload LibRoadRunner Dependencies binaries
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{env.artifacts_name}}
path: ${{env.artifacts_path}}

0 comments on commit 33072e1

Please sign in to comment.