Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 184d73b71b93c222403b2e7f1ffebe4508014249 to 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@184d73b...65c4c4a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 75ef909 commit d3466c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-upload-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: gradle/gradle-build-action@v3
with:
arguments: ${{ matrix.task }} --stacktrace
- uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
name: "Upload ${{ matrix.id }}"
with:
name: ${{ matrix.id }}
Expand Down

0 comments on commit d3466c9

Please sign in to comment.