Skip to content

Commit

Permalink
Update artifact upload action to version 4
Browse files Browse the repository at this point in the history
The code changes update the artifact upload action from version 2 to version 4 in the build workflow. This ensures that the correct version of the action is used for archiving artifacts.
  • Loading branch information
fcarrero committed Oct 31, 2024
1 parent 9caac27 commit 54dbc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
make test
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app
path: app/build/outputs/aar/conektasdk-debug.aar

0 comments on commit 54dbc0e

Please sign in to comment.