Skip to content

Commit

Permalink
Update from deprecated actions/download-artifact@v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimantoRahman committed Feb 5, 2025
1 parent 206df77 commit c6b9ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
id-token: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand All @@ -123,7 +123,7 @@ jobs:
fetch-depth: 0

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit c6b9ef4

Please sign in to comment.