From 25a50432a38e9db224abc1dbf7d79e858f4d2bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:02:47 +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.7 to 1.0.0.pre.beta.8. - [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.8) --- 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..9d2fb3e 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.8 with: api_key: ${{ secrets.NEXUSMODS_API_KEY }} file_group_id: ${{ vars.NEXUSMODS_FILE_GROUP_ID }}