Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact to v4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 7, 2024
1 parent 6d30130 commit 66b3b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
with:
fetch-depth: 0
- name: 'Download binary artifacts'
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: 'aab-build'
- name: 'Download CHANGELOG artifacts'
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: changelog
- name: 'Generate Github release'
Expand Down

0 comments on commit 66b3b25

Please sign in to comment.