Skip to content

Commit f3a9773

Browse files
Bump actions/upload-artifact from 4 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98d8130 commit f3a9773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/performance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Upload benchmark artifacts
121121
if: always()
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v7
123123
with:
124124
name: database-growth-benchmark
125125
path: |

0 commit comments

Comments
 (0)