ci(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 (#251)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-20 18:23:02 +00:00 committed by GitHub
parent 9cb440065d
commit 7367a38b48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ jobs:
run: dotnet build --no-restore run: dotnet build --no-restore
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4.3.4 uses: actions/upload-artifact@v4.3.6
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
with: with:
name: ConfusedPolarBear.Plugin.IntroSkipper-${{ env.GIT_HASH }}.dll name: ConfusedPolarBear.Plugin.IntroSkipper-${{ env.GIT_HASH }}.dll
@ -59,7 +59,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4.3.4 uses: actions/upload-artifact@v4.3.6
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
name: ConfusedPolarBear.Plugin.IntroSkipper-${{ github.head_ref }}.dll name: ConfusedPolarBear.Plugin.IntroSkipper-${{ github.head_ref }}.dll