Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact 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] authored Sep 3, 2024
1 parent d4978cf commit bacb52e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit bacb52e

Please sign in to comment.