Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent 271ce8e commit 430899e
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit 430899e

Please sign in to comment.