Skip to content

Commit

Permalink
use version @4 for download and upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Sep 4, 2024
1 parent 81c8d00 commit 811bfd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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@v1
- uses: actions/upload-artifact@v4
with:
name: cross-${{ matrix.platform }}
path: ${{ steps.cross.outputs.install_path }}
Expand Down Expand Up @@ -62,7 +62,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
4 changes: 2 additions & 2 deletions .github/workflows/mean_bean_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
repo: cross
matches: ${{ matrix.platform }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: cross-${{ matrix.platform }}
path: ${{ steps.cross.outputs.install_path }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: dawidd6/action-get-tag@v1

- uses: actions/checkout@v2
- 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 811bfd8

Please sign in to comment.