diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09585b3..0a8554c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: run: | mv target/${{ matrix.target }}/release/post post_${{ matrix.target }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: post_${{ matrix.target }} path: post_${{ matrix.target }}