Merge pull request #1217 from bettercap/dependabot/github_actions/actions/download-artifact-5
Some checks are pending
Build and Push Docker Images / docker (push) Waiting to run
Linux tests / build (1.24.x, ubuntu-latest) (push) Waiting to run
macOS tests / build (1.24.x, macos-latest) (push) Waiting to run
Windows tests / build (1.24.x, windows-latest) (push) Waiting to run

build(deps): bump actions/download-artifact from 4 to 5
This commit is contained in:
Simone Margaritelli 2025-08-08 16:06:45 +02:00 committed by GitHub
commit 8bd6052851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download Artifacts - name: Download Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
pattern: release-artifacts-* pattern: release-artifacts-*
merge-multiple: true merge-multiple: true