mirror of
https://github.com/safing/portmaster-linux-pkgs.git
synced 2026-05-20 20:10:34 +00:00
build(deps): bump actions/download-artifact in /.github/workflows
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](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -47,7 +47,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
|
||||
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
- name: Verify installation
|
||||
run: ./tests/test-install.sh
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: portmaster-next
|
||||
path: ./next
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
- linuxmintd/mint19-amd64
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: portmaster-current
|
||||
|
||||
@@ -124,7 +124,7 @@ jobs:
|
||||
- name: Verify installation
|
||||
run: sudo ./tests/test-install.sh
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: portmaster-next
|
||||
path: ./next
|
||||
@@ -155,7 +155,7 @@ jobs:
|
||||
- centos:8
|
||||
container: ${{ matrix.container }}
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: portmaster-current
|
||||
|
||||
@@ -172,7 +172,7 @@ jobs:
|
||||
- name: Verify installation
|
||||
run: ./tests/test-install.sh
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: portmaster-next
|
||||
path: ./next
|
||||
|
||||
Reference in New Issue
Block a user