mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 08:06:18 +00:00
Use actions/download-artifact@v4 in test
This commit is contained in:
2
.github/workflows/test-hosted-runners.yml
vendored
2
.github/workflows/test-hosted-runners.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
path: artifact
|
path: artifact
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4-beta
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pages-artifact-${{ matrix.os }}
|
name: pages-artifact-${{ matrix.os }}
|
||||||
path: artifact2
|
path: artifact2
|
||||||
|
|||||||
Reference in New Issue
Block a user