Skip to content

Commit 6a921f3

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#125)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd61cc8 commit 6a921f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "Build completed. Here are the built files:"
3333
ls -lR dist/
3434
35-
- uses: actions/upload-artifact@v4
35+
- uses: actions/upload-artifact@v5
3636
with:
3737
name: neptune-query-package
3838
path: dist/

.github/workflows/tests-performance-client-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
slack-webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
5454
failure-message: "Performance tests (client-e2e) failed"
5555

56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v5
5757
with:
5858
name: test-client-e2e-performance.log
5959
path: test-results/test-client-e2e-performance.log

0 commit comments

Comments
 (0)