Skip to content

Commit

Permalink
Make upload artifact and download artifact use the same action version
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 21, 2024
1 parent 33f4036 commit 84769b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mean_bean_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# get draft releases from its API, so there's no point using it.
draft: false
prerelease: false
- uses: actions/upload-release-asset@v1
- uses: actions/upload-artifact@v4
id: upload-release-asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
uses: dawidd6/action-get-tag@v1

- uses: actions/checkout@v3
- 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 84769b1

Please sign in to comment.