Skip to content

Commit 6827a58

Browse files
Merge pull request #37 from openobserve/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 4 to 6
2 parents afa8678 + d6d1c00 commit 6827a58

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
@@ -530,7 +530,7 @@ jobs:
530530
uses: actions/checkout@v5
531531

532532
- name: Download all artifacts
533-
uses: actions/download-artifact@v4
533+
uses: actions/download-artifact@v6
534534
with:
535535
path: artifacts
536536

.github/workflows/test-release-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138

139139
steps:
140140
- name: Download all test artifacts
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v6
142142
with:
143143
path: test-artifacts
144144

0 commit comments

Comments
 (0)