Skip to content

Commit

Permalink
Merge pull request #823 from jellyfin/renovate/major-github-artifact-…
Browse files Browse the repository at this point in the history
…actions

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
oddstr13 authored Jun 10, 2024
2 parents 33bd7b8 + a5161e8 commit 819b861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: python build.py

- name: Publish Build Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.3
with:
retention-days: 14
name: py3-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 @@ -31,7 +31,7 @@ jobs:
run: python build.py

- name: Publish Build Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.3
with:
retention-days: 14
name: py3-build-artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
if: ${{ matrix.py_version == '3.11' }}

- name: Publish Test Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.3
with:
retention-days: 14
name: ${{ matrix.py_version }}-test-results
name: ${{ matrix.py_version }}-${{ matrix.os }}-test-results
path: |
flake8.output
test.xml
Expand Down

0 comments on commit 819b861

Please sign in to comment.