Skip to content

Commit

Permalink
Merge pull request #15 from muedsa/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/upload-artifact-4.6.0

build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 in /.github/workflows
  • Loading branch information
muedsa authored Jan 10, 2025
2 parents 1f6039b + 08c9d68 commit 3c9963f
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 @@ -24,7 +24,7 @@ jobs:
run: ./gradlew :api:test :api:assemble
- name: Upload a Build Artifact
if: success()
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: build-artifact
path: |
Expand Down

0 comments on commit 3c9963f

Please sign in to comment.