Skip to content

Commit

Permalink
Merge pull request #898 from jellyfin/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-4.x

Update actions/upload-artifact action to v4.3.6
  • Loading branch information
oddstr13 committed Aug 9, 2024
2 parents b7c2f59 + 494c488 commit 5134fb4
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 @@ -28,7 +28,7 @@ jobs:
run: python build.py

- name: Publish Build Artifact
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.3.6
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@v4.3.4
uses: actions/upload-artifact@v4.3.6
with:
retention-days: 14
name: py3-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 @@ -56,7 +56,7 @@ jobs:
if: ${{ matrix.py_version == '3.11' }}

- name: Publish Test Artifact
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.3.6
with:
retention-days: 14
name: ${{ matrix.py_version }}-${{ matrix.os }}-test-results
Expand Down

0 comments on commit 5134fb4

Please sign in to comment.