Skip to content

Commit

Permalink
Update CI to use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Sep 8, 2024
1 parent 4c437a0 commit 92ff1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mean_bean_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
repo: cross
matches: ${{ matrix.platform }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cross-${{ matrix.platform }}
path: ${{ steps.cross.outputs.install_path }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
fetch-depth: 50

- name: Download Cross
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: cross-linux-musl
path: /tmp/
Expand Down

0 comments on commit 92ff1e4

Please sign in to comment.