diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4467807..9e25a6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: run: dotnet build --no-restore - name: Upload artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 if: github.event_name != 'pull_request' with: name: ConfusedPolarBear.Plugin.IntroSkipper-${{ env.GIT_HASH }}.dll @@ -58,7 +58,7 @@ jobs: if-no-files-found: error - name: Upload artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 if: github.event_name == 'pull_request' with: name: ConfusedPolarBear.Plugin.IntroSkipper-${{ github.head_ref }}.dll diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 952c940..4043ecf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: run: dotnet build --no-restore - name: Upload artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: ConfusedPolarBear.Plugin.IntroSkipper-v${{ github.event.inputs.version }}.dll path: ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll