From 591f3500ad01e100826e957a80d1b574792c8097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:06:49 +0000 Subject: [PATCH] chore(deps): bump Nexus-Mods/upload-action Bumps [Nexus-Mods/upload-action](https://github.com/nexus-mods/upload-action) from 1.0.0.pre.beta.9 to 1.0.0.pre.beta.10. - [Release notes](https://github.com/nexus-mods/upload-action/releases) - [Commits](https://github.com/nexus-mods/upload-action/compare/v1.0.0-beta.9...v1.0.0-beta.10) --- updated-dependencies: - dependency-name: Nexus-Mods/upload-action dependency-version: 1.0.0.pre.beta.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nexus-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nexus-upload.yml b/.github/workflows/nexus-upload.yml index 0d0d28b..09c5863 100644 --- a/.github/workflows/nexus-upload.yml +++ b/.github/workflows/nexus-upload.yml @@ -105,7 +105,7 @@ jobs: echo "$DELIM" >> "$GITHUB_OUTPUT" - name: Upload to Nexus Mods - uses: Nexus-Mods/upload-action@v1.0.0-beta.9 + uses: Nexus-Mods/upload-action@v1.0.0-beta.10 with: api_key: ${{ secrets.NEXUSMODS_API_KEY }} file_id: ${{ vars.NEXUSMODS_FILE_GROUP_ID }}