Skip to content

Commit

Permalink
Merge pull request #297 from opentensor/update/bumps-github-deploymen…
Browse files Browse the repository at this point in the history
…t-artifact

Updates upload/download artifacts to v4
  • Loading branch information
ibraheem-opentensor authored Feb 8, 2025
2 parents 29c0cea + a0088c0 commit fb242a0
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 fb242a0

Please sign in to comment.