Merge pull request #29 from jumoog/dependabot/github_actions/actions/upload-artifact-4.0.0

This commit is contained in:
Kilian von Pflugk 2024-01-01 16:53:40 +01:00 committed by GitHub
commit f9cd38458d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.3 uses: actions/upload-artifact@v4.0.0
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