Skip to content

Commit

Permalink
Merge pull request #1703 from CatimaLoyalty/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4.2.0

Bump actions/upload-artifact from 4.1.0 to 4.2.0
  • Loading branch information
TheLastProject authored Jan 22, 2024
2 parents 243536d + d02dac2 commit 9fb3b76
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 @@ -48,7 +48,7 @@ jobs:
run: ./gradlew spotbugsRelease
- name: Archive test results
if: always()
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: test-results
path: app/build/reports

0 comments on commit 9fb3b76

Please sign in to comment.