diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c8141b..f36d384 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: run: Compress-Archive -Path dist/* -DestinationPath ${{ matrix.artifact }}.zip - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact }} path: | @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@v6 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts @@ -69,7 +69,7 @@ jobs: run: find artifacts -type f -exec mv {} . \; - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true files: |