diff options
author | 2023-12-18 02:21:24 +0000 | |
---|---|---|
committer | 2023-12-18 12:50:17 +0100 | |
commit | 946c745b4fb5951093077c5966a99d949ccf652b (patch) | |
tree | 7af3939c47899a8d4c9878cf64d67cd9ecad2e1d | |
parent | Bump pre-commit from 3.5.0 to 3.6.0 (#165) (diff) |
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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 32c3e0a..cc12ce4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -39,7 +39,7 @@ jobs: - name: Upload the PR artifact if: always() && steps.prepare-artifact.outcome == 'success' continue-on-error: true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pull-request-payload path: pull_request_payload.json |