diff options
| author | bors <bors@rust-lang.org> | 2024-03-25 04:39:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-25 04:39:30 +0000 |
| commit | fa374a80715253204225ce33b5e931aade9351c2 (patch) | |
| tree | f7d5f7d99b33daa25abaecce7eadb9211321a9d0 /src/ci | |
| parent | 13dac8fb731945ebc116cc65f23a260930e774e0 (diff) | |
| parent | 24a0d7daffed6290c287cafc3cc81e70a4ce8b29 (diff) | |
| download | rust-fa374a80715253204225ce33b5e931aade9351c2.tar.gz rust-fa374a80715253204225ce33b5e931aade9351c2.zip | |
Auto merge of #122951 - Nilstrieb:nodejs20, r=Kobzol
Update upload-artifact to v4 This contains a breaking change around artifact merging no longer being done. This was not relied on, so it's fine.
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 972ef359337..80e23574404 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -261,7 +261,7 @@ x--expand-yaml-anchors--remove: <<: *step - name: upload artifacts to github - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: # name is set in previous step name: ${{ env.DOC_ARTIFACT_NAME }} |
