Merge pull request #17 from towerops-app/dependabot/github_actions/actions/download-artifact-7

Bump actions/download-artifact from 4 to 7
This commit is contained in:
Graham McIntire 2026-02-11 10:19:14 -06:00 committed by GitHub
commit b03edf8f9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -266,12 +266,12 @@ jobs:
contents: write contents: write
steps: steps:
- name: Download amd64 binary - name: Download amd64 binary
uses: actions/download-artifact@v4 uses: actions/download-artifact@v7
with: with:
name: binary-amd64 name: binary-amd64
- name: Download arm64 binary - name: Download arm64 binary
uses: actions/download-artifact@v4 uses: actions/download-artifact@v7
with: with:
name: binary-arm64 name: binary-arm64