Merge pull request #2 from jumoog/dependabot/github_actions/actions/upload-artifact-3.1.3

ci(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3
This commit is contained in:
Kilian von Pflugk 2023-10-02 15:08:34 +02:00 committed by GitHub
commit d7049d5162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ jobs:
run: dotnet build --no-restore
- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.3
with:
name: intro-skipper-${{ github.sha }}.dll
path: ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll

View File

@ -61,7 +61,7 @@ jobs:
cp -r dist ../docker/
tar czf dist.tar.gz dist
- name: Upload web interface
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.3
with:
name: jellyfin-web-${{ matrix.jellyfin-web-version }}+${{ steps.web-commit.outputs.commit }}.tar.gz
path: web/dist.tar.gz

View File

@ -32,7 +32,7 @@ jobs:
run: .github/workflows/package.sh ${{ steps.tag.outputs.tag }}
- name: Upload plugin archive
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.3
with:
name: intro-skipper-bundle-${{ steps.tag.outputs.tag }}.zip
path: |