From 6060a9059003f0d0fbf61c8eaf1cb18a7f153fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:26:57 +0000 Subject: [PATCH 1/2] 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.7 to 1.0.0.pre.beta.9. - [Release notes](https://github.com/nexus-mods/upload-action/releases) - [Commits](https://github.com/nexus-mods/upload-action/compare/v1.0.0-beta.7...v1.0.0-beta.9) --- updated-dependencies: - dependency-name: Nexus-Mods/upload-action dependency-version: 1.0.0.pre.beta.8 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 5e2a9a2..d848a86 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.7 + uses: Nexus-Mods/upload-action@v1.0.0-beta.9 with: api_key: ${{ secrets.NEXUSMODS_API_KEY }} file_group_id: ${{ vars.NEXUSMODS_FILE_GROUP_ID }} From 0e6c06a5211c384c9acacf62a0eb3297550d4bab Mon Sep 17 00:00:00 2001 From: codepuncher Date: Fri, 17 Jul 2026 21:31:00 +0100 Subject: [PATCH 2/2] chore(ci): update Nexus upload-action input names for v1.0.0-beta.8+ --- .github/workflows/nexus-upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nexus-upload.yml b/.github/workflows/nexus-upload.yml index d848a86..a0103a1 100644 --- a/.github/workflows/nexus-upload.yml +++ b/.github/workflows/nexus-upload.yml @@ -108,12 +108,12 @@ jobs: uses: Nexus-Mods/upload-action@v1.0.0-beta.9 with: api_key: ${{ secrets.NEXUSMODS_API_KEY }} - file_group_id: ${{ vars.NEXUSMODS_FILE_GROUP_ID }} + file_id: ${{ vars.NEXUSMODS_FILE_GROUP_ID }} filename: ${{ steps.artifact.outputs.zip }} display_name: ${{ github.event.repository.name }} description: ${{ steps.notes.outputs.notes }} version: ${{ steps.version.outputs.value }} - archive_existing_file: true + archive_existing_version: true primary_mod_manager_download: true allow_mod_manager_download: true show_requirements_pop_up: true