File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7575 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7676 run : echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
7777 - name : Download Last Successful Build
78- uses : dawidd6/action-download-artifact@v3.1.4
78+ uses : dawidd6/action-download-artifact@v5
7979 with :
8080 workflow : preview-and-release.yml
8181 workflow_conclusion : success
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ dependencies {
1010 // Core Http library
1111 api ' com.microsoft.graph:microsoft-graph-core:3.1.12'
1212
13- implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.12 '
14- implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.12 '
15- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.12 '
16- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.12 '
17- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.12 '
18- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.12 '
13+ implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.13 '
14+ implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.13 '
15+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.13 '
16+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.13 '
17+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.13 '
18+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.13 '
1919}
You can’t perform that action at this time.
0 commit comments