build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-21 12:29:21 +00:00
committed by Quentin Gliech
parent 51ebcf59a1
commit 61eee836c9
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ jobs:
done
- name: Upload the artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: binaries
path: |

View File

@@ -276,7 +276,7 @@ jobs:
SQLX_OFFLINE: '1'
- name: Upload archive to workflow
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: nextest-archive
path: nextest-archive.tar.zst