Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #106

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
Loading