mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-03-05 07:52:54 +00:00
chore: bump actions/upload-artifact from 6 to 7 (#50)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
544cb43b26
commit
d0a8356aac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/hotpath-profile.yml
vendored
2
.github/workflows/hotpath-profile.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
echo '${{ github.event.pull_request.number }}' > /tmp/pr_number.txt
|
||||
|
||||
- name: Upload profiling results
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: hotpath-results
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue