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:
commit
d7049d5162
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
@ -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
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user