Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 3, 2024
1 parent 8aaabb0 commit 424cbd1
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 @@ -33,13 +33,13 @@ jobs:
with:
fetch-depth: 0
- name: 'Download binary artifacts'
uses: actions/download-artifact@v4.1.2
uses: actions/download-artifact@v4.1.4
with:
path: binaries
pattern: digicert_exporter_binary_*
merge-multiple: true
- name: 'Download CHANGELOG artifacts'
uses: actions/download-artifact@v4.1.2
uses: actions/download-artifact@v4.1.4
with:
path: changelog
name: changelog
Expand Down

0 comments on commit 424cbd1

Please sign in to comment.