mirror of
https://github.com/actions/download-artifact.git
synced 2026-03-11 19:47:54 +08:00
Specify that we want v4 in a comment
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -164,7 +164,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p path/to/extension-test
|
mkdir -p path/to/extension-test
|
||||||
echo '{"key": "value"}' > path/to/extension-test/data.json
|
echo '{"key": "value"}' > path/to/extension-test/data.json
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4 # V4 is important here to ensure we're supporting older versions correctly
|
||||||
with:
|
with:
|
||||||
name: report.txt-${{ matrix.runs-on }}
|
name: report.txt-${{ matrix.runs-on }}
|
||||||
path: path/to/extension-test/data.json
|
path: path/to/extension-test/data.json
|
||||||
|
|||||||
Reference in New Issue
Block a user