File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
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
@@ -113,15 +113,15 @@ jobs:
113113 | xargs -I '{}' gh api -X DELETE repos/${{ github.repository }}/releases/{}
114114
115115 - name : Download Build Artifacts
116- uses : actions/download-artifact@v5
116+ uses : actions/download-artifact@v6
117117 with :
118118 name : zip-artifacts
119119 path : artifacts/
120120 - name : Display the Zip files that are going to be attached
121121 run : ls -R artifacts/
122122
123123 - name : Download Release Notes
124- uses : actions/download-artifact@v5
124+ uses : actions/download-artifact@v6
125125 with :
126126 name : release-notes
127127 path : notes/
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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ksp = "2.1.20-2.0.1"
1313retrofit = " 3.0.0"
1414changelog = " 2.4.0"
1515gettext = " 0.7.0"
16- plugin-structure = " 3.316 "
16+ plugin-structure = " 3.318 "
1717mockk = " 1.14.6"
1818detekt = " 1.23.8"
1919bouncycastle = " 1.82"
You can’t perform that action at this time.
0 commit comments