Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 135d175 commit bf506a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production_branch_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: "DDD -> Archive --> 2: Archive Artifact to Github"
if: steps.step_assemble_apk.outcome == 'success'
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.4.3
continue-on-error: true
with:
name: "${{env.ARTIFACT_AAR_NAME}}"
Expand Down

0 comments on commit bf506a7

Please sign in to comment.