Skip to content

Commit

Permalink
Merge pull request #3 from muedsa/dependabot/github_actions/dot-githu…
Browse files Browse the repository at this point in the history
…b/workflows/actions/upload-artifact-4.3.3

build(deps): bump actions/upload-artifact from 3.1.3 to 4.3.3 in /.github/workflows
  • Loading branch information
muedsa authored May 10, 2024
2 parents 50b8c92 + 4212ca8 commit b30f167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: ./gradlew test
- name: Upload a Build Artifact
if: always()
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.3
with:
name: test-outputs
path: |
Expand Down

0 comments on commit b30f167

Please sign in to comment.