Skip to content

Commit

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

Bump actions/upload-artifact from 3.1.3 to 4.0.0
  • Loading branch information
TheLastProject authored Dec 18, 2023
2 parents 1188e58 + d82e0be commit b05b46f
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@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: test-results
path: app/build/reports

0 comments on commit b05b46f

Please sign in to comment.