Skip to content

Commit

Permalink
fix: bump upload-artifact to v4 (#787)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Sep 24, 2024
1 parent 3426709 commit 798f374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/IJ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew runPluginVerifier -PideaVersion=IC-2023.2
- name: Upload report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: verifier-report
Expand Down

0 comments on commit 798f374

Please sign in to comment.