Skip to content

Commit

Permalink
fix: Upgrade download and upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Sep 6, 2024
1 parent 35feaf5 commit 7cb1e21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
flutter-extra-args: ${{ inputs.flutter-extra-args }}

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.platform }}
path: ${{ inputs.artifacts }}
2 changes: 1 addition & 1 deletion .github/workflows/release-flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
assets: ${{ steps.list-assets.outputs.result }}
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts/

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Downlaod artifacts
if: ${{ inputs.download-artifacts }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts/

Expand Down

0 comments on commit 7cb1e21

Please sign in to comment.