mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-09 19:56:11 +00:00
Update actions/upload-artifact action to v4.4.0
This commit is contained in:
parent
59166ee659
commit
bd7ce9432b
3 changed files with 3 additions and 3 deletions
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.6
|
||||
uses: actions/upload-artifact@v4.4.0
|
||||
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.6
|
||||
uses: actions/upload-artifact@v4.4.0
|
||||
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.6
|
||||
uses: actions/upload-artifact@v4.4.0
|
||||
with:
|
||||
retention-days: 14
|
||||
name: ${{ matrix.py_version }}-${{ matrix.os }}-test-results
|
||||
|
|
Loading…
Reference in a new issue