File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 3232 - name : Publish
3333 run : dotnet publish "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-build --output "${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}"
3434 - name : Publish Artifacts
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : functionapp
3838 path : ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
4141 needs : build
4242 steps :
4343 - name : Download artifact from build job
44- uses : actions/download-artifact@v3
44+ uses : actions/download-artifact@v4
4545 with :
4646 name : functionapp
4747 path : ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ jobs:
6969 $newBranchName = "contrib/$branchName"
7070 git checkout -b $newBranchName
7171 - name : Install GitVersion
72- uses : gittools/actions/gitversion/setup@v1.1.1
72+ uses : gittools/actions/gitversion/setup@v3.0.2
7373 with :
7474 versionSpec : ' 5.x'
7575 includePrerelease : true
7676 - name : Execute GitVersion
7777 id : gitversion
78- uses : gittools/actions/gitversion/execute@v1.1.1
78+ uses : gittools/actions/gitversion/execute@v3.0.2
7979 with :
8080 useConfigFile : true
8181 - uses : dorny/paths-filter@v3
@@ -273,7 +273,7 @@ jobs:
273273 GitVersion_MajorMinorPatch : ${{ needs.Setup.outputs.GitVersion_MajorMinorPatch }}
274274 steps :
275275 - name : Set up JDK 17
276- uses : actions/setup-java@v2
276+ uses : actions/setup-java@v4
277277 if : ${{ !(github.event.pull_request.head.repo.fork) }}
278278 with :
279279 java-version : 17
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/stale@v1
13+ - uses : actions/stale@v9
1414 with :
1515 repo-token : ${{ secrets.GITHUB_TOKEN }}
1616 stale-issue-label : ' no-issue-activity'
Original file line number Diff line number Diff line change @@ -54,15 +54,14 @@ For the most part we support moving data between `((Azure DevOps Server | Team F
5454
5555- [ Installation] ( /setup/installation.md )
5656- [ Permissions] ( /setup/permissions.md )
57- - [ Getting Started] ( /getting-started/ )
57+ - [ Getting Started] ( /getting-started/index.md )
5858- [ Configuration Reference] ( ./Reference/ )
5959- [ FAQ] ( faq.md )
6060- [ Support] ( support.md )
61- - [ How To Migrate Things] ( ./HowTo/index.md )
6261- [ Community Support] ( https://github.com/nkdAgility/azure-devops-migration-tools/discussions )
6362- [ Commercial Support] ( https://nkdagility.com/capabilities/azure-devops-migration-services/ )
6463
65- The documentation for the preview is on [ Preview] ( https://nkdagility.com/docs/azure-devops-migration-tools/preview / )]
64+ The documentation for the preview is on [ Preview] ( https://preview. nkdagility.com/docs/azure-devops-migration-tools/ )]
6665
6766#### External Walkthroughs and Reviews
6867
You can’t perform that action at this time.
0 commit comments