Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 6754fac commit 4f1c5dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,17 @@ jobs:
contents: write
steps:
- name: Download mla-component.umd.cjs
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: mla-component.umd.cjs

- name: Download mla-component.umd.cjs.asc
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: mla-component.umd.cjs.asc

- name: Download mla-component.umd.cjs.intoto.jsonl
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: mla-component.umd.cjs.intoto.jsonl

Expand Down

0 comments on commit 4f1c5dd

Please sign in to comment.