Skip to content

Commit

Permalink
Merge pull request #2 from cmake-wheel/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
nim65s authored Jan 1, 2024
2 parents d92b46c + b855253 commit e6bd30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_28_aarch64"
CIBW_REPAIR_WHEEL_COMMAND: ""
CIBW_ENVIRONMENT: CMEEL_LOG_LEVEL="DEBUG"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: wh

Expand All @@ -63,7 +63,7 @@ jobs:
python -m pip install build cmeel[build]
- name: build sdist
run: python -m build -nso dist .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist

Expand Down

0 comments on commit e6bd30a

Please sign in to comment.