Skip to content

Commit

Permalink
Auto merge of #743 - rust-lang:fix-update-deprecated-upload-artifact-…
Browse files Browse the repository at this point in the history
…action, r=MarcoIeni

fix: update deprecated upload-artifact action

This action doesn't work anymore

<img width="1109" alt="image" src="https://github.com/user-attachments/assets/3e3d2be9-a993-4429-838f-f103d350d71e">
  • Loading branch information
bors committed Oct 1, 2024
2 parents 1b9a796 + 0223f3a commit 5a01773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
docker save crater | gzip > /tmp/docker-images/crater.tar.gz
- name: Upload the image to GitHub Actions artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docker-images
path: /tmp/docker-images
Expand Down

0 comments on commit 5a01773

Please sign in to comment.