Skip to content

Commit

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

Update actions/upload-artifact action to v3
  • Loading branch information
anthonylavado authored Dec 3, 2023
2 parents 231f69f + 511b0cf commit c88d31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: node tools/gen-manifest.js build/org.jellyfin.webos.manifest.json

- name: Upload CI artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: jellyfin_webos
path: |
Expand Down

0 comments on commit c88d31f

Please sign in to comment.