Skip to content

Commit

Permalink
Updates release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Feb 3, 2025
1 parent 337f416 commit 55225eb
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 @@ -45,7 +45,7 @@ jobs:
fi
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand All @@ -60,7 +60,7 @@ jobs:

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

0 comments on commit 55225eb

Please sign in to comment.