Skip to content

Commit c27a411

Browse files
committed
chore: revert release actions
1 parent a0650e9 commit c27a411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666

67-
- uses: actions/upload-artifact@v4
67+
- uses: actions/upload-artifact@v3
6868
with:
6969
name: sha256
7070
path: packages/command/bin/${{ matrix.target }}/fluttergen-${{ matrix.artifact_prefix }}.sha256
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
needs: build
9696
steps:
97-
- uses: actions/download-artifact@v4
97+
- uses: actions/download-artifact@v3
9898
with:
9999
name: sha256
100100

0 commit comments

Comments
 (0)