Skip to content

Commit

Permalink
more action updates #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 25, 2024
1 parent 2ca86b5 commit e013e76
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install plantuml
- name: Configuring Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/download-artifact@v3

- name: Configuring Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: git fetch --tags --force

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

Expand All @@ -50,7 +50,7 @@ jobs:
if: github.event_name != 'schedule'
uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ matrix.os }}-${{ github.job }}-${{ matrix.python_version }}
key: ${{ github.job }}-${{ matrix.python_version }}

- name: Building SUMO / Libsumo wheels
run: |
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Uploading artifacts (Python wheels)
uses: actions/upload-artifact@v4
with:
name: python-wheels
name: python-${{ matrix.python_version }}-wheels
path: dist

###################
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/download-artifact@v3

- name: Configuring Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheel-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: sumolibraries

- name: Configuring Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
architecture: x64
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Uploading artifacts
uses: actions/upload-artifact@v4
with:
name: python-${{ matrix.build_type }}-wheels
name: ${{ matrix.build_type }}-python-${{ matrix.python_version }}-wheels
path: dist

- name: Plain libsumo tests
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
uses: actions/download-artifact@v3

- name: Configuring Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down

0 comments on commit e013e76

Please sign in to comment.