Skip to content

Commit 2a5c144

Browse files
committed
Use actions/download-artifact@v4 in test
1 parent 7e3f6bb commit 2a5c144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-hosted-runners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: artifact
3636

3737
- name: Download artifact
38-
uses: actions/download-artifact@v4-beta
38+
uses: actions/download-artifact@v4
3939
with:
4040
name: pages-artifact-${{ matrix.os }}
4141
path: artifact2

0 commit comments

Comments
 (0)