ci(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3

This commit is contained in:
TwistedUmbrellaX 2024-05-16 05:52:00 -04:00
parent f1972f56e5
commit 0709628e83
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ jobs:
run: dotnet build --no-restore run: dotnet build --no-restore
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4.3.1 uses: actions/upload-artifact@v4.3.3
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
@ -58,7 +58,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4.3.1 uses: actions/upload-artifact@v4.3.3
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

View File

@ -34,7 +34,7 @@ jobs:
run: dotnet build --no-restore run: dotnet build --no-restore
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4.3.1 uses: actions/upload-artifact@v4.3.3
with: with:
name: ConfusedPolarBear.Plugin.IntroSkipper-v${{ github.event.inputs.version }}.dll name: ConfusedPolarBear.Plugin.IntroSkipper-v${{ github.event.inputs.version }}.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