Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 61607e8 commit 6687d4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pipx install poetry
poetry export --with=dev --without-hashes > requirements.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: requirements
path: requirements.txt
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
poetry install
poetry build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheel
path: dist/pytest_container*whl
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
- run: nox -s doc

- name: upload the build directory
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: ./build/html
Expand Down

0 comments on commit 6687d4e

Please sign in to comment.