Skip to content

Commit

Permalink
Fix git action
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Jan 17, 2025
1 parent b26624f commit cd0bf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
ARTIFACT_DIR: linux-binaries
TEST_LOG_ARTIFACT_DIR: test-logs
steps:
- name: Set up Python 3.8.20
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8.20'
python-version: '3.8'
- name: Getting Source
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit cd0bf0a

Please sign in to comment.