Skip to content

Commit

Permalink
Update from deprecated actions/upload-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 bf6ec92 commit 206df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit 206df77

Please sign in to comment.