Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ghactions-upgraded #1526

Open
wants to merge 7 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
poetry config installer.modern-installation false

- name: Set up Python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'poetry'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

- uses: actions/checkout@v4
- uses: asdf-vm/actions/setup@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
Expand All @@ -88,7 +88,7 @@ jobs:
poetry config installer.modern-installation false

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
poetry run poe compile_contracts v1

- name: Upload contracts artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: contract-artifacts
path: starknet_py/tests/e2e/mock/
Expand All @@ -150,12 +150,12 @@ jobs:
- uses: actions/checkout@v4

- name: Download contracts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: contract-artifacts
path: starknet_py/tests/e2e/mock/

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
Expand All @@ -169,7 +169,7 @@ jobs:
poetry config installer.modern-installation false

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
poetry run coverage xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5

# ---------------------------------------------------------- #
# ..................RUN-TESTS-ON-NETWORKS................... #
Expand All @@ -262,12 +262,12 @@ jobs:
- uses: actions/checkout@v4

- name: Download contracts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: contract-artifacts
path: starknet_py/tests/e2e/mock/

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
Expand All @@ -281,7 +281,7 @@ jobs:
poetry config installer.modern-installation false

- name: Set up Python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'poetry'
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
poetry run coverage xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5

# ---------------------------------------------------------- #
# ....................RUN-TESTS-WINDOWS..................... #
Expand All @@ -334,12 +334,12 @@ jobs:
toolchain: 1.79.0 # Doesn't work with "stable"

- name: Download contracts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: contract-artifacts
path: starknet_py/tests/e2e/mock/

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
poetry config installer.modern-installation false

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand All @@ -393,7 +393,7 @@ jobs:
poetry run coverage xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5

# ---------------------------------------------------------- #
# .....................RUN-DOCS-TESTS....................... #
Expand All @@ -411,12 +411,12 @@ jobs:
- uses: actions/checkout@v4

- name: Download contracts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: contract-artifacts
path: starknet_py/tests/e2e/mock/

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
Expand All @@ -430,7 +430,7 @@ jobs:
poetry config installer.modern-installation false

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand All @@ -456,7 +456,7 @@ jobs:
poetry run coverage xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5

# ---------------------------------------------------------- #
# .................RUN-DOCS-TESTS-WINDOWS................... #
Expand All @@ -478,12 +478,12 @@ jobs:
toolchain: 1.79.0 # Doesn't work with "stable"

- name: Download contracts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: contract-artifacts
path: starknet_py/tests/e2e/mock/

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
Expand All @@ -497,7 +497,7 @@ jobs:
poetry config installer.modern-installation false

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand Down Expand Up @@ -534,4 +534,4 @@ jobs:
poetry run coverage xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build SDist
run: poetry build -f sdist

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down
Loading