Skip to content

Commit

Permalink
Bump the actions-version group with 2 updates (#223)
Browse files Browse the repository at this point in the history
Bumps the actions-version group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/upload-artifact` from 4.3.1 to 4.3.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.1...v4.3.3)

Updates `actions/download-artifact` from 4.1.4 to 4.1.7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.4...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-version
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-version
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 8d2c302 commit e9f5716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/PublishPyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
python -m pip install --progress-bar off build
- name: Build wheels and sdist
run: python -m build --sdist --wheel --outdir dist/ .
- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
name: wheel
path: dist/*.whl
- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
name: sdist
path: dist/*.tar.gz
Expand All @@ -41,12 +41,12 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Download artifact sdist
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
name: sdist
path: dist
- name: Download artifact wheel
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
name: wheel
path: dist
Expand Down

0 comments on commit e9f5716

Please sign in to comment.