Skip to content

Commit

Permalink
Merge pull request #2 from scikit-plots/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.5.0

MAINT: Bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
celik-muhammed authored Jan 9, 2025
2 parents 2b09f96 + 32b1c76 commit 51092e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
fi
- name: Upload Wheelhouse Wheels Packages
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: >-
${{ matrix.python[0] }}-${{ join(matrix.buildplat, '-') }}
Expand Down Expand Up @@ -470,7 +470,7 @@ jobs:
twine check dist/*
- name: Upload Wheelhouse Wheels Packages
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: sdist
path: ./dist/*
Expand Down

0 comments on commit 51092e7

Please sign in to comment.