diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5af647..99389c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: run: go build -v -o bin/crontab-guru${{ matrix.os == 'windows-latest' && '.exe' || '' }} . - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: crontab-guru-${{ matrix.os }} path: bin/crontab-guru${{ matrix.os == 'windows-latest' && '.exe' || '' }}