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 artifacts actions

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 + 26bb2aa commit f4c106d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -104,7 +104,7 @@ jobs:

steps:
- name: Download the image from GitHub Actions artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: docker-images
path: docker-images
Expand Down

0 comments on commit f4c106d

Please sign in to comment.