Skip to content

Commit

Permalink
Action-Test
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran committed May 9, 2024
1 parent 8b41790 commit 3f50148
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
name: release_dist_reqs

- name: Set up Python ${{ env.BUILD_PYTHON_VERSION }}
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: ${{ env.BUILD_PYTHON_VERSION }}

Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
echo "TAG_VERSION=v$APP_VERSION" >> $GITHUB_ENV
- name: Load release python packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release_dist_python
path: dist
Expand Down

0 comments on commit 3f50148

Please sign in to comment.