File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 # Collect Tests Result of failed tests
3737 - if : ${{ failure() }}
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v5
3939 with :
4040 name : tests-result
4141 path : ${{ github.workspace }}/build/reports/tests
@@ -79,13 +79,13 @@ jobs:
7979
8080 # Store already-built plugin as an artifact for downloading
8181 - name : Upload artifact
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 with :
8484 name : zip-artifacts
8585 path : ./build/distributions/*.zip
8686
8787 - name : Upload Release Notes
88- uses : actions/upload-artifact@v4
88+ uses : actions/upload-artifact@v5
8989 with :
9090 name : release-notes
9191 path : RELEASE_NOTES.md
Original file line number Diff line number Diff line change 4040 ./gradlew detekt
4141
4242 - name : Upload detekt reports
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v5
4444 if : always()
4545 with :
4646 name : detekt-reports
You can’t perform that action at this time.
0 commit comments