ci(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-02 13:06:42 +00:00 committed by GitHub
parent 686c978a2f
commit 3a498875b7
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 run: dotnet build --no-restore
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3.1.2 uses: actions/upload-artifact@v3.1.3
with: with:
name: intro-skipper-${{ github.sha }}.dll name: intro-skipper-${{ github.sha }}.dll
path: ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll path: ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll

View File

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

View File

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