Skip to content

Commit

Permalink
fix: update deprecated upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Oct 1, 2024
1 parent 1b9a796 commit 26bb2aa
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 26bb2aa

Please sign in to comment.