Skip to content

Commit

Permalink
EBR-98: update version of deprecated actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Oct 1, 2024
1 parent 640e2cf commit 28953ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python -m build
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tvb-ext-xircuits-wheel-${{ env.branch_name }}-${{ env.git_hash }}
path: dist
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python -m build
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tvb-ext-xircuits-wheel
path: dist
Expand Down

0 comments on commit 28953ea

Please sign in to comment.