diff options
| author | 2025-10-27 17:25:32 +0000 | |
|---|---|---|
| committer | 2025-10-27 17:25:32 +0000 | |
| commit | 12e50c2ac79428c70f7ccfcaeb85a54cf8bfe59a (patch) | |
| tree | e480575b9e7aa6054e88d4cf542367e97d298e40 | |
| parent | Add leading _ so that motd file isn't loaded as a Cog (diff) | |
Bump actions/upload-artifact from 4 to 5dependabot/github_actions/actions/upload-artifact-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.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9ffe55c..cc35dc3 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -58,7 +58,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 |