Skip to content

Commit

Permalink
Add comment v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Korjen97 authored Jan 1, 2025
1 parent 751ec9c commit bfe899a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: ./gradlew runPluginVerifier
# Upload verifier report
- name: Upload report
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4
if: always()
with:
name: verifier-report
Expand All @@ -89,7 +89,7 @@ jobs:
# Save report if tests fail
- name: Save fails report
if: ${{ failure() }}
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4
with:
name: test-fails-report-integration
path: |
Expand Down

0 comments on commit bfe899a

Please sign in to comment.