Skip to content

Commit

Permalink
CI: fix the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 committed Sep 4, 2024
1 parent b319375 commit b562689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fi
- name: Archive Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always() # Ensures that this step runs even if the build fails
with:
name: test-results
Expand Down

0 comments on commit b562689

Please sign in to comment.