Skip to content

Commit

Permalink
Merge pull request #235 from muedsa/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/upload-artifact-4.5.0

build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 in /.github/workflows
  • Loading branch information
muedsa authored Dec 18, 2024
2 parents 13154c4 + a70298b commit 9156a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ./gradlew :app:assembleNormalDebug
- name: Upload a Build Artifact
if: success()
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: build-artifact
path: |
Expand Down

0 comments on commit 9156a3e

Please sign in to comment.