aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-27 13:06:44 +0000
committerGravatar Joe Banks <[email protected]>2025-10-30 19:51:20 +0000
commit044919be04fa6a68dbd10960c2b9bb51c1f1fa3d (patch)
treebde5894cad6c404f8aba6c90fca78884fd6d88db
parentRemove message count requirement from voice gate and make activity block requ... (diff)
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--.github/workflows/lint-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml
index 0089ca3bf..e84a2eb7f 100644
--- a/.github/workflows/lint-test.yml
+++ b/.github/workflows/lint-test.yml
@@ -59,7 +59,7 @@ jobs:
- name: Upload a Build Artifact
if: always() && steps.prepare-artifact.outcome == 'success'
continue-on-error: true
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
with:
name: pull-request-payload
path: pull_request_payload.json