mirror of
https://github.com/actions/download-artifact.git
synced 2025-12-17 14:29:04 +00:00
Compare commits
6 Commits
v4-beta
...
vmjoseph/t
| Author | SHA1 | Date | |
|---|---|---|---|
| 0135fee5d7 | |||
| 1bd0606e08 | |||
| eff4d42b1f | |||
| 4e2cbd8192 | |||
| bf8f7d968a | |||
| 7a1cd3216c |
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
id: diff
|
||||
|
||||
# If index.js was different than expected, upload the expected version as an artifact
|
||||
- uses: actions/upload-artifact@v4-beta
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
|
||||
with:
|
||||
name: dist
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -48,13 +48,13 @@ jobs:
|
||||
echo "Hello world from file B" > path/to/artifact-B/file-B.txt
|
||||
|
||||
- name: Upload artifact A
|
||||
uses: actions/upload-artifact@v4-beta
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Artifact-A-${{ matrix.runs-on }}
|
||||
path: path/to/artifact-A
|
||||
|
||||
- name: Upload artifact B
|
||||
uses: actions/upload-artifact@v4-beta
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Artifact-B-${{ matrix.runs-on }}
|
||||
path: path/to/artifact-B
|
||||
|
||||
@ -65,7 +65,7 @@ For more information, see the [`@actions/artifact`](https://github.com/actions/t
|
||||
|
||||
# The id of the workflow run where the desired download artifact was uploaded from.
|
||||
# If github-token is specified, this is the run that artifacts will be downloaded from.
|
||||
# Optional. Default is ${{ github.repository }}
|
||||
# Optional. Default is ${{ github.run_id }}
|
||||
run-id:
|
||||
```
|
||||
|
||||
|
||||
32150
dist/index.js
vendored
32150
dist/index.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user