File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 timeout-minutes : 15
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 5
3131 persist-credentials : false
5252 fi
5353 echo "${COMMIT_SHA}" > "${BUILD_ARTIFACTSTAGINGDIRECTORY}/commit.txt"
5454 - name : Upload artifacts
55- uses : actions/upload-artifact@v5
55+ uses : actions/upload-artifact@v6
5656 with :
5757 name : source-archive
5858 path : |
Original file line number Diff line number Diff line change 2020 action :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : dessant/lock-threads@v5
23+ - uses : dessant/lock-threads@v6
2424 with :
2525 github-token : ${{ github.token }}
2626 # after how many days of inactivity should a closed issue/PR be locked?
Original file line number Diff line number Diff line change 7373 "${IMAGE_URI}" \
7474 /bin/bash ./docker-script.sh
7575 - name : Upload artifacts
76- uses : actions/upload-artifact@v5
76+ uses : actions/upload-artifact@v6
7777 with :
7878 name : linux-aarch64-wheel
7979 path : artifacts/*.whl
@@ -356,7 +356,7 @@ jobs:
356356 & "$env:GITHUB_WORKSPACE/.ci/test-windows.ps1"
357357 - name : Upload artifacts
358358 if : ${{ matrix.produces-artifacts == 'true' }}
359- uses : actions/upload-artifact@v5
359+ uses : actions/upload-artifact@v6
360360 with :
361361 name : ${{ matrix.artifact-name }}
362362 path : |
@@ -403,7 +403,7 @@ jobs:
403403 -Verbosity detailed \
404404 -OutputDirectory "${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}"
405405 - name : Upload artifacts
406- uses : actions/upload-artifact@v5
406+ uses : actions/upload-artifact@v6
407407 with :
408408 name : nuget-package
409409 path : artifacts/*.nupkg
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 & "$env:GITHUB_WORKSPACE/.ci/test-windows.ps1"
212212 - name : Upload artifacts
213213 if : ${{ matrix.produces-artifacts == 'true' }}
214- uses : actions/upload-artifact@v5
214+ uses : actions/upload-artifact@v6
215215 with :
216216 name : ${{ matrix.artifact-name }}
217217 path : ${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}/*.tar.gz
Original file line number Diff line number Diff line change 7878 $env:BUILD_SOURCESDIRECTORY = $env:BUILD_DIRECTORY
7979 & "$env:GITHUB_WORKSPACE/.ci/test-windows.ps1"
8080 - name : Upload artifacts
81- uses : actions/upload-artifact@v5
81+ uses : actions/upload-artifact@v6
8282 with :
8383 name : ${{ matrix.artifact-name }}
8484 path : ${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}/*.jar
You can’t perform that action at this time.
0 commit comments