mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-23 13:29:43 +00:00
Merge pull request #898 from jellyfin/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.3.6
This commit is contained in:
commit
5134fb4ecf
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user