Skip to content
Open
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
16 changes: 8 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: portmaster-current
path: linux
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Verify installation
run: ./linux/tests/test-install.sh

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: portmaster-next
path: linux/next
Expand All @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: portmaster-current
path: linux
Expand All @@ -128,7 +128,7 @@ jobs:
- name: Verify installation
run: ./linux/tests/test-install.sh

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: portmaster-next
path: linux/next
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- linuxmintd/mint19-amd64
needs: build
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: portmaster-current
path: linux
Expand All @@ -185,7 +185,7 @@ jobs:
- name: Verify installation
run: sudo ./linux/tests/test-install.sh

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: portmaster-next
path: ./linux/next
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
# - centos:7
container: ${{ matrix.container }}
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: portmaster-current
path: linux
Expand All @@ -233,7 +233,7 @@ jobs:
- name: Verify installation
run: ./linux/tests/test-install.sh

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: portmaster-next
path: ./linux/next
Expand Down