Merge pull request #25 from towerops-app/dependabot/github_actions/actions/download-artifact-8

Bump actions/download-artifact from 7 to 8
This commit is contained in:
Graham McIntire 2026-03-04 13:37:35 -06:00 committed by GitHub
commit 4644817d3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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