mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
parent
21d7ce2e41
commit
dd3060a80b
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
|
run: python build.py
|
||||||
|
|
||||||
- name: Publish Build Artifact
|
- name: Publish Build Artifact
|
||||||
uses: actions/upload-artifact@v3.1.3
|
uses: actions/upload-artifact@v4.3.3
|
||||||
with:
|
with:
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
name: py3-build-artifact
|
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
|
run: python build.py
|
||||||
|
|
||||||
- name: Publish Build Artifact
|
- name: Publish Build Artifact
|
||||||
uses: actions/upload-artifact@v3.1.3
|
uses: actions/upload-artifact@v4.3.3
|
||||||
with:
|
with:
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
name: py3-build-artifact
|
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' }}
|
if: ${{ matrix.py_version == '3.11' }}
|
||||||
|
|
||||||
- name: Publish Test Artifact
|
- name: Publish Test Artifact
|
||||||
uses: actions/upload-artifact@v3.1.3
|
uses: actions/upload-artifact@v4.3.3
|
||||||
with:
|
with:
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
name: ${{ matrix.py_version }}-test-results
|
name: ${{ matrix.py_version }}-test-results
|
||||||
|
|
Loading…
Reference in a new issue