File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 targets : ${{ steps.update-targets.outputs.targets }}
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 ref : " ${{ github.base_ref }}"
1919 - name : Setup Prebuilt-MPR APT repository
4848 remove-codeql : ' true'
4949 remove-docker-images : ' true'
5050 - name : Checkout repository
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 with :
5353 path : pkg
5454 - name : Set up QEMU
@@ -184,7 +184,7 @@ jobs:
184184
185185 "${makedeb_args[@]}"
186186 - name : Upload built package
187- uses : actions/upload-artifact@v4
187+ uses : actions/upload-artifact@v6
188188 with :
189189 name : " ${{ matrix.target.distro }}-${{ matrix.target.display-arch }}"
190190 path : ' pkg/*.deb'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 - name : Setup Prebuilt-MPR APT repository
1919 uses : makedeb/setup-makedeb@main
2020 with :
Original file line number Diff line number Diff line change 2121 - name : Install ProGet CLI
2222 run : sudo apt-get install pg -y
2323 - name : Download artifacts
24- uses : dawidd6/action-download-artifact@v11
24+ uses : dawidd6/action-download-artifact@v15
2525 with :
2626 pr : " ${{ github.event.pull_request.number }}"
2727 workflow : build-pkg.yml
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 - name : Setup Prebuilt-MPR APT repository
1616 uses : makedeb/setup-makedeb@main
1717 with :
You can’t perform that action at this time.
0 commit comments