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 7272 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7373 run : echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
7474 - name : Download Last Successful Build
75- uses : dawidd6/action-download-artifact@v4
75+ uses : dawidd6/action-download-artifact@v5
7676 with :
7777 workflow : preview-and-release.yml
7878 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