Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
targets: ${{ steps.update-targets.outputs.targets }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
ref: "${{ github.base_ref }}"
- name: Setup Prebuilt-MPR APT repository
Expand Down Expand Up @@ -48,11 +48,11 @@ jobs:
remove-codeql: 'true'
remove-docker-images: 'true'
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
path: pkg
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v4
- name: Set up Docker config
run: |
# The 'Maximize build space' step only makes the extra storage
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

"${makedeb_args[@]}"
- name: Upload built package
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: "${{ matrix.target.distro }}-${{ matrix.target.display-arch }}"
path: 'pkg/*.deb'
2 changes: 1 addition & 1 deletion .github/workflows/check-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Setup Prebuilt-MPR APT repository
uses: makedeb/setup-makedeb@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install ProGet CLI
run: sudo apt-get install pg -y
- name: Download artifacts
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v21
with:
pr: "${{ github.event.pull_request.number }}"
workflow: build-pkg.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Setup Prebuilt-MPR APT repository
uses: makedeb/setup-makedeb@main
with:
Expand Down