Skip to content

Commit c01a8c5

Browse files
committed
fix: bump upload-artifact to v4 (redhat-developer#787)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent 3426709 commit c01a8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/IJ.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build with Gradle
4747
run: ./gradlew runPluginVerifier -PideaVersion=IC-2023.2
4848
- name: Upload report
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
if: always()
5151
with:
5252
name: verifier-report

0 commit comments

Comments
 (0)