diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0390525..3befd89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: GOARCH: ${{ matrix.goarch }} - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: watchdog-${{ matrix.goos }}-${{ matrix.goarch }} path: watchdog-* @@ -50,12 +50,12 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 - - name: Download all artifacts uses: actions/download-artifact@v8 with: path: artifacts + pattern: watchdog-* + merge-multiple: true - name: Create GitHub Release uses: softprops/action-gh-release@v2