Skip to content

Commit f3e8cd5

Browse files
Update actions/download-artifact action to v8
1 parent 4546c9a commit f3e8cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: macOS-15
162162
if: ${{ (success() || failure()) }}
163163
steps:
164-
- uses: actions/download-artifact@v7
164+
- uses: actions/download-artifact@v8
165165
with:
166166
path: test_output
167167
- run: ls -la test_output

0 commit comments

Comments
 (0)