Skip to content

Commit

Permalink
Merge pull request #113 from techinessoverloaded/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
techinessoverloaded authored Dec 21, 2023
2 parents b75260f + 8babf01 commit ccefdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkLibraryBuildStatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build Library with Gradle
run: gradle :progressdialoglibrary:clean :progressdialoglibrary:publishReleasePublicationToMavenLocal
- name: Upload Output AAR file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: progressdialoglibrary-release
path: progressdialoglibrary/build/outputs/aar/progressdialoglibrary-release.aar

0 comments on commit ccefdef

Please sign in to comment.