Skip to content

Commit 1198e14

Browse files
authored
Merge pull request #2531 from visualize-admin/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents e2545d6 + 5ff7c01 commit 1198e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Upload blob report to GitHub Actions Artifacts
3838
if: ${{ !cancelled() }}
39-
uses: actions/upload-artifact@v6
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: blob-report-${{ matrix.shardIndex }}
4242
path: blob-report

0 commit comments

Comments
 (0)