Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
chore: update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent c2b7348 commit 43a63b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: download all binaries
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
path: build/
- name: upload artifacts to release
Expand Down

0 comments on commit 43a63b8

Please sign in to comment.