Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#62)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 28, 2024
1 parent b0801ac commit 264a152
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 @@ -220,7 +220,7 @@ jobs:
cp -f ./.readthedocs.yaml ./python-plexapi/.readthedocs.yml
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-plexapi-backport
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
python -u tools/plex-teardowntest.py
- name: Upload coverage artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.plex }}-${{ matrix.python }}
path: .coverage
Expand Down

0 comments on commit 264a152

Please sign in to comment.