Skip to content

Commit

Permalink
Merge pull request #309 from jellyfin/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mcarlton00 authored Dec 6, 2024
2 parents c9def4d + a69628d commit 78af3e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python build.py --version ${{ matrix.py_version }}

- name: Publish Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 14
name: ${{ matrix.py_version }}-build-artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: python build.py --version ${{ matrix.py_version }}

- name: Publish Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 14
name: ${{ matrix.py_version }}-build-artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cat flake8.output
- name: Publish Test Atrifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 14
name: ${{ matrix.py_version }}-test-results
Expand Down

0 comments on commit 78af3e0

Please sign in to comment.